Files
apache--tvm/python
Leandro Nunes 2aebd3335d Add standalone_crt/ to be part of the wheel package, when available. (#9005)
* When using a packaged TVM such as tlcpack, it is impossible to run
  `tvm.micro.get_standalone_crt_dir()`, because the subtree
  `standalone_crt/` is not available.

* This patch adds `standalone_crt/` as `data_files`, so that they
  can be picked up by _ffi.libinfo.find_lib_path() and therefore
  be found when `tvm.micro.get_standalone_crt_dir()` is invoked.
2021-09-15 10:57:11 -07:00
..