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.5by @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
- @directhex made their first contribution in #231
Full Changelog: v0.1.1...v0.1.2.rc0