v0.1.6
What's Changed
- bugfix: Fix clang-tidy warnings in
test_c_env_api.ccby @junrushao in #318 - chore: Use
importlib.metadatato locate DSOs by @junrushao in #306 - chore(release): Version bump after v0.1.5 release by @junrushao in #321
- fix(config):
tvm-ffi-config --sourcedirbroken in wheels by @junrushao in #319 - [Fix] Fix missing int8 for torch<2.6.0 by @oraluben in #323
- [ADDON] bump torch c dlpack ext version to 0.1.4 by @cyx-6 in #324
- [Feat] Remove reference cycle in error handling for faster GC by @KEKE046 in #327
- fix: Error message when numpy is missing by @junrushao in #332
- feat: Add
keep_module_alivetoload_moduleby @junrushao in #334 - feat: Introduce
tvm_ffi.libinfo.load_lib_moduleby @junrushao in #336 - [TENSOR] Add API to create strided view by @tqchen in #335
- chore(lint): Fix clang-tidy warnings by @junrushao in #340
- chore(lint): Update pre-commit hooks; Enable docstring formatter by @junrushao in #339
- chore(ci): Run wheel testing per-mainline-commit by @junrushao in #337
- feat: Fix perf issue in
Map.getby @junrushao in #341
Full Changelog: v0.1.5...v0.1.6