Skip to content

Releases: apache/tvm-ffi

v0.1.8-post2

13 Jan 17:54
e1bd421

Choose a tag to compare

What's Changed

  • [FIX] Fix the error propagation in the case of tensor arguments by @tqchen in #409

Full Changelog: v0.1.8-post1...v0.1.8-post2

v0.1.8-post1

13 Jan 02:09
10cb004

Choose a tag to compare

What's Changed

  • [CUDA] Isolate unified api to only in cubin launcher by @tqchen in #408

Full Changelog: v0.1.8-post0...v0.1.8-post1

v0.1.8-post0

12 Jan 18:24
91fcaa8

Choose a tag to compare

What's Changed

  • chore(release): Version bump after release v0.1.8 by @junrushao in #404
  • fix: add unified_api.h include to device_guard.h by @cyx-6 in #405
  • Revert "feat: Add tvm_ffi.Function.__init__" by @junrushao in #406

Full Changelog: v0.1.8...v0.1.8-post0

v0.1.8

12 Jan 08:19
dcd07cf

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.7...v0.1.8-rc0

v0.1.7

22 Dec 18:47
89be2d3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.1.7-rc0

v0.1.6

12 Dec 21:09
438f643

Choose a tag to compare

What's Changed

  • bugfix: Fix clang-tidy warnings in test_c_env_api.cc by @junrushao in #318
  • chore: Use importlib.metadata to locate DSOs by @junrushao in #306
  • chore(release): Version bump after v0.1.5 release by @junrushao in #321
  • fix(config): tvm-ffi-config --sourcedir broken 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_alive to load_module by @junrushao in #334
  • feat: Introduce tvm_ffi.libinfo.load_lib_module by @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.get by @junrushao in #341

Full Changelog: v0.1.5...v0.1.6

v0.1.5

05 Dec 22:09
25c25ae

Choose a tag to compare

What's Changed

  • [Feature] Support vanilla C++ STL in FFI. by @DarkSharpness in #228
  • fix: Use-after-move when handling std::tuple by @junrushao in #293
  • chore(release): Version bump after v0.1.4 release by @junrushao in #296
  • Workaround Segfaults and clang-tidy warnings by @junrushao in #297
  • [TEST] Further fix potential use after free issue by @tqchen in #298
  • [ADDON] Merge torch c dlpack actions by @cyx-6 in #299
  • [FIX] Fixes from_dlpack issue fallback by @tqchen in #301
  • Change log level from info to debug for JIT initialization by @merrymercy in #303
  • [METADATA] Always return metadata string as created in main lib by @tqchen in #305
  • [FEAT] kwargs wrapping utility by @tqchen in #309
  • [FEAT] Further robustify kwargs wrapper by @tqchen in #311
  • [REFACTOR][FEAT] Introduce generic value protocol by @tqchen in #312
  • chore(test): Fix segfaults by @junrushao in #313
  • [DLPack] Further compatibility by @tqchen in #315
  • [C-API] Introduce TVMFFIHandleInitOnce by @tqchen in #317

New Contributors

Full Changelog: v0.1.4...v0.1.5-rc4

v0.1.4

27 Nov 05:23
5e65474

Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

17 Nov 04:40
7cd2e50

Choose a tag to compare

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

v0.1.2

11 Nov 15:04
c1df05f

Choose a tag to compare

This is a minor patch release, mainly to include the fixes support for corner cases and enable cuda-python CUstream compactibility

What's Changed

  • Add torch c dlpack release workflow by @cyx-6 in #220
  • [Fix] fix iterator behavior by @DarkSharpness in #218
  • [Test] Add test for filelock utility by @yaoyaoding in #216
  • [LINT] Bump macro version after release by @tqchen in #223
  • [EXTRA] Improve the Error propagation in alloc by @tqchen in #224
  • [Minor] Improve tuple functionality by @DarkSharpness in #219
  • [Feature] Support build and build_and_load. by @DarkSharpness in #213
  • fix: More fix of ml_dtypes<0.5 by @oraluben in #222
  • [ADDON] Fix import issue by @tqchen in #227
  • [ADDON] Improved github action for torch-c-dlpack-ext by @cyx-6 in #225
  • [CYTHON] Fix ctypes.c_void_p for nullptr by @tqchen in #235
  • [STREAM] Enable compact with cuda-python driver stream by @tqchen in #236
  • Allow handling of load-bearing compiler flags for dlpack by @directhex in #231
  • [ERROR] Make Error conform more to std by @tqchen in #240
  • [FIX] Fix missing static registration for DLTensor* by @tqchen in #239
  • [CYTHON] Improve fallback and dtype convert behavior by @tqchen in #241
  • [TORCH] Update the extension build to o3 by @tqchen in #243
  • [PYTHON] Further streamline number handling by @tqchen in #242

New Contributors

Full Changelog: v0.1.1...v0.1.2.rc0