You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments