forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add standalone_crt/ to be part of the wheel package, when available. (a…
…pache#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.
- Loading branch information
Showing
1 changed file
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters