v0.1.3
What's Changed
- feat(cython): Expose TypeAttr via
_lookup_type_attrby @junrushao in #247 - fix(cython): Make sure
TypeInfois properly registered by all classes by @junrushao in #246 - chore(cython): Specify
--module-namewhen building Cython by @junrushao in #248 - feat: Introduce
tvm.registry.get_registered_type_keys()by @junrushao in #249 - [misc] support various arg types by @DarkSharpness in #229
- [PyTorch] Allow tensor conversion on rocm backend by @MasterJH5574 in #253
- [ADDON] Add torch c dlpack ext wheels for windows by @cyx-6 in #252
- [Fix] Enhanced check for CUDA availability by @MasterJH5574 in #258
- [ADDON] Add torch c dlpack for macos by @cyx-6 in #256
- [DLPack] Leverage exchange api when possible by @tqchen in #260
- [DTYPE] Align bool parsing to align with DLPack by @tqchen in #262
- [DTYPE] Include dtype literals by @tqchen in #263
- feat(stubgen): Refactor into staged pipeline, Introduce directive
importby @junrushao in #259 - feat(stubgen): Generate
__all__for proper exporting by @junrushao in #268 - Add Siyuan Feng's GPG key to KEYS file by @Hzfengsy in #269
- [TORCH] Remove ninja dep on non-windows when JIT optional torch-c-dlpack by @tqchen in #272
- [Minor] use perfect forwarding for template types. by @DarkSharpness in #266
- [TEST] Add test for Optional by @tqchen in #274
- [LINT][MINOR] Fix clang-tidy by @tqchen in #275
- [BUILD][MINOR] Remove --no-as-needed by @tqchen in #276
- [chore] Hide symbols by default for extension build by @tqchen in #278
New Contributors
- @MasterJH5574 made their first contribution in #253
- @Hzfengsy made their first contribution in #269
Full Changelog: v0.1.2...v0.1.3-rc1