leandron opened a new pull request #9005: URL: https://github.com/apache/tvm/pull/9005
Add standalone_crt/ to be part of the wheel package, when available. * 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. There is a counterpart change on https://github.com/tlc-pack/tlcpack/pull/73 to enable this in the official packaging. cc @areusch @manupa-arm @Mousius @tqchen -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
