Skip to content

v0.1.3

Choose a tag to compare

@Hzfengsy Hzfengsy released this 17 Nov 04:40
· 125 commits to main since this release
7cd2e50

What's Changed

  • feat(cython): Expose TypeAttr via _lookup_type_attr by @junrushao in #247
  • fix(cython): Make sure TypeInfo is properly registered by all classes by @junrushao in #246
  • chore(cython): Specify --module-name when 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 import by @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

Full Changelog: v0.1.2...v0.1.3-rc1