1. d3b5532 fix: handle UTF-8 bytes correctly in JSON parser control character check (#442) by Ruihang Lai · 2 days ago main
  2. 89cb606 fix(build): Broken Wheel Testing (#444) by Junru Shao · 2 days ago
  3. e08dd68 chore: Run ty in dev environment (#441) by Junru Shao · 2 days ago
  4. 731955b refactor: Get `compiled_kernel` from Triton Call Directly (#423) by Jinjie Liu · 4 days ago
  5. 245bd0d doc: More Developer Manuals (#437) by Junru Shao · 5 days ago
  6. 90162dd doc: Export Functions and Classes (#436) by Junru Shao · 5 days ago
  7. 37f45c3 Reliability update (#435) by Yichen Yan · 6 days ago
  8. 7619669 chore: Switch from mypy to ty (#432) by Junru Shao · 6 days ago
  9. b17709a doc: Update Kernel Library Guide (#431) by Junru Shao · 7 days ago
  10. 0a9d4b6 feat: add ffi::Expected<T> for exception-free error handling (#399) by Guan-Ming (Wesley) Chiu · 7 days ago
  11. 437323c doc: Merge C++ tooling and C++ packaging (#429) by Junru Shao · 8 days ago
  12. e7c42f6 doc: Standalone Exception Handling (#428) by Junru Shao · 8 days ago
  13. 463083f doc: Standalone Stub Generation Doc (#427) by Junru Shao · 8 days ago
  14. b1611e0 [Error] Unify EnvErrorAlreadySet to error.kind (#425) by Tianqi Chen · 10 days ago
  15. b508698 Fix two issues that undefined behavior sanitizer caught (#419) by Henry Tsang · 2 weeks ago
  16. d0d0e2f feat: add Rust binding for `Array<T>` (#348) by Haejoon Kim · 2 weeks ago
  17. ed067c1 Update the logic of checking `#embed` (#418) by Yichen Yan · 3 weeks ago
  18. 668ce83 fix: handle empty metadata in get_global_func_metadata (#417) by Guan-Ming (Wesley) Chiu · 3 weeks ago
  19. e6e5d3a [DLPack] bump to latest version (#420) by Guan-Ming (Wesley) Chiu · 3 weeks ago
  20. 3a5bf5e feat: add kw_only support for dataclass init generation (#384) by Guan-Ming (Wesley) Chiu · 4 weeks ago
  21. 2702f2b docs: add PaddlePaddle quickstart and load example (#415) by Nyakku Shigure · 4 weeks ago
  22. 360648f feat: Add __repr__ generation support for @c_class dataclasses (#411) by Dayuxiaoshui · 4 weeks ago
  23. 4fec972 [Feat] Support lower PyTorch versions in dtype handling (#414) by Nan · 4 weeks ago
  24. c78e8b4 doc: abi overview (#402) by Junru Shao · 4 weeks ago
  25. e1bd421 [FIX] Fix the error propagation in the case of tensor arguments (#409) by Tianqi Chen · 4 weeks ago v0.1.8-post2 v0.1.9.dev0
  26. 10cb004 [CUDA] Isolate unified api to only in cubin launcher (#408) by Tianqi Chen · 5 weeks ago v0.1.8-post1
  27. 91fcaa8 Revert "feat: Add `tvm_ffi.Function.__init__`" (#406) by Junru Shao · 5 weeks ago v0.1.8-post0
  28. 692a41a fix: add unified_api.h include to device_guard.h (#405) by Yaxing Cai · 5 weeks ago
  29. a78ef90 chore(release): Version bump after release v0.1.8 (#404) by Junru Shao · 5 weeks ago
  30. dcd07cf [CMAKE] Allow explcitly turning dl off (#401) by Tianqi Chen · 5 weeks ago v0.1.8
  31. 3b4a532 [CMAKE] Allow explicit turning threads off (#400) by Tianqi Chen · 5 weeks ago
  32. 0d157dc [CMAKE] Allow threads to be not found for cross compilation (#397) by Tianqi Chen · 5 weeks ago
  33. 4c712ca [RFC][Error][ABI] Update Error to enable future compact to cause chaining (#396) by Tianqi Chen · 5 weeks ago
  34. f9b5e7d [ADDONS] Update torch-c-dlpack-ext to 0.1.5 (#398) by Yaxing Cai · 5 weeks ago
  35. f173692 doc: Function, Exception and Module (#394) by Junru Shao · 5 weeks ago
  36. 8786670 feat: Add `tvm_ffi.Function.__init__` (#395) by Junru Shao · 5 weeks ago
  37. 38914fa fix: TypeStr support for Any type in reflection Init (#393) by Guan-Ming (Wesley) Chiu · 5 weeks ago
  38. 6643e2c docs: document structural_equal and structural_hash for Array and Map (#379) by Guan-Ming (Wesley) Chiu · 5 weeks ago
  39. e8028e8 doc: Object and Class (#392) by Junru Shao · 5 weeks ago
  40. 02d1a96 feat: add starts_with and ends_with to String (#388) by Guan-Ming (Wesley) Chiu · 5 weeks ago
  41. 181e1b8 ci: add clang-tidy to ci_test (#389) by Guan-Ming (Wesley) Chiu · 5 weeks ago
  42. ae30cd6 fix: out-of-bounds read in `StringViewToDLDataType_` with non-null-terminated strings (#387) by Haejoon Kim · 5 weeks ago
  43. 9422dca doc: Tensor Usage (#390) by Junru Shao · 5 weeks ago
  44. 34ad335 doc: Any and AnyView (#382) by Junru Shao · 5 weeks ago
  45. 86bbddf feat: Add overflow check for uint64_t/size_t in TypeTraits<Int>::CopyToAnyView (#370) by Nan · 5 weeks ago
  46. 4a8a0b0 chore: replace C-style cast with static_cast in String::substr (#386) by Guan-Ming (Wesley) Chiu · 5 weeks ago
  47. bd12b26 feat: add find and substr methods to String (#383) by Guan-Ming (Wesley) Chiu · 5 weeks ago
  48. 5bf7e8c [ADDONS] Add licence and notice for torch-c-dlpack-ext (#385) by Yaxing Cai · 5 weeks ago
  49. 71bbe91 Fix TVMFFIEnvSetDLPackManagedTensorAllocator to correctly return the original allocator (#371) by Nan · 6 weeks ago
  50. 46ab644 feat: add __bool__ support for Array and Map (#380) by Guan-Ming (Wesley) Chiu · 6 weeks ago
  51. ad195eb doc: Reorder Sections in Python Packaging (#372) by Junru Shao · 6 weeks ago
  52. 0369a07 doc: Tensor and DLPack (#363) by Junru Shao · 6 weeks ago
  53. 46cb971 doc: c++ toolchain (#373) by Junru Shao · 6 weeks ago
  54. 8caa0cb feat: Introduce `<tvm/ffi/tvm_ffi.h>` (#369) by Junru Shao · 6 weeks ago
  55. ec56178 fix: add negative index bounds check in ArrayObj (#376) by Guan-Ming (Wesley) Chiu · 6 weeks ago
  56. c22e10e chore: fix compiler warnings (#378) by Guan-Ming (Wesley) Chiu · 6 weeks ago
  57. 5bc7fcd feat: add array __contains__ support (#377) by Guan-Ming (Wesley) Chiu · 6 weeks ago
  58. e54d15d fix: add bounds checking for size() and stride() methods (#375) by Guan-Ming (Wesley) Chiu · 6 weeks ago
  59. c51e519 [Feature] support C++ dtype_trait and Python-side mapping to C++ dtype (#374) by DarkSharpness · 6 weeks ago
  60. 6e7cafa doc: Add release_process.rst (#368) by Junru Shao · 7 weeks ago
  61. 7ed97ca chore(release): Version bump after v0.1.7 release (#367) by Junru Shao · 7 weeks ago
  62. 8b9f28d fix(build): Link dl and pthread dependencies for tvm_ffi (#360) by Junru Shao · 7 weeks ago
  63. b16f11f [Enhancement] Refactor cubin launcher (#300) by Yichen Yan · 7 weeks ago
  64. 22f22e8 fix(lint): Suppress latest clang-tidy warnings (#361) by Junru Shao · 7 weeks ago
  65. 84c5bdb [Feature] Support dynamic-style overload for FFI object types (#286) by DarkSharpness · 7 weeks ago
  66. 89be2d3 doc: Final tweaks on Python Packaging (#358) by Junru Shao · 8 weeks ago v0.1.7
  67. a1cb746 build: Rename Import Targets (#354) by Junru Shao · 8 weeks ago
  68. dc0dd2f doc: Improve python packaging doc (#355) by Junru Shao · 8 weeks ago
  69. 9268e67 doc: Update README.md (#352) by Junru Shao · 8 weeks ago
  70. 19da7e8 doc: Revamp Python Packaging (#349) by Junru Shao · 8 weeks ago
  71. a754afe chore: Run examples on `main` commits (#353) by Junru Shao · 8 weeks ago
  72. ccd19f8 feat(cmake): Introduce `tvm_ffi_configure_target` and `tvm_ffi_install` (#351) by Junru Shao · 8 weeks ago
  73. b58c2e3 feat(stubgen): Package generation with `--init-*` flags (#295) by Junru Shao · 8 weeks ago
  74. a7ebc65 Allow `tvm_ffi.device(..., id)` where id is numpy or torch scalar (#347) by wrongtest · 8 weeks ago
  75. 3ab699d chore(release): Bump version after v0.1.6 release (#346) by Junru Shao · 8 weeks ago
  76. 438f643 feat: Fix perf issue in `Map.get` (#341) by Junru Shao · 9 weeks ago v0.1.6
  77. 639cc63 chore(ci): Run wheel testing per-mainline-commit (#337) by Junru Shao · 9 weeks ago
  78. 8b46833 chore(lint): Update pre-commit hooks; Enable docstring formatter (#339) by Junru Shao · 9 weeks ago
  79. 262ca30 chore(lint): Fix clang-tidy warnings (#340) by Junru Shao · 9 weeks ago
  80. 8888eb4 [TENSOR] Add API to create strided view (#335) by Tianqi Chen · 9 weeks ago
  81. f255650 feat: Introduce `tvm_ffi.libinfo.load_lib_module` (#336) by Junru Shao · 9 weeks ago
  82. 8dcaec1 feat: Add `keep_module_alive` to `load_module` (#334) by Junru Shao · 9 weeks ago
  83. 38fc647 fix: Error message when numpy is missing (#332) by Junru Shao · 9 weeks ago
  84. 6ccbdb6 [Feat] Remove reference cycle in error handling for faster GC (#327) by Kexing Zhou · 9 weeks ago
  85. f7e09d6 [ADDON] bump torch c dlpack ext version to 0.1.4 (#324) by Yaxing Cai · 10 weeks ago
  86. 91c64b7 [Fix] Fix missing int8 for torch<2.6.0 (#323) by Yichen Yan · 10 weeks ago
  87. 3cfc5c5 fix(config): `tvm-ffi-config --sourcedir` broken in wheels (#319) by Junru Shao · 10 weeks ago
  88. 82efbbb chore(release): Version bump after v0.1.5 release (#321) by Junru Shao · 10 weeks ago
  89. 6887892 chore: Use `importlib.metadata` to locate DSOs (#306) by Junru Shao · 10 weeks ago
  90. fe187d2 bugfix: Fix clang-tidy warnings in `test_c_env_api.cc` (#318) by Junru Shao · 10 weeks ago
  91. 25c25ae [C-API] Introduce TVMFFIHandleInitOnce (#317) by Tianqi Chen · 10 weeks ago v0.1.5
  92. 5393647 [DLPack] Further compatibility (#315) by Tianqi Chen · 10 weeks ago
  93. 79894c3 chore(test): Fix segfaults (#313) by Junru Shao · 2 months ago
  94. 3dd7a81 [REFACTOR][FEAT] Introduce generic value protocol (#312) by Tianqi Chen · 2 months ago
  95. 6bc1a8e [FEAT] Further robustify kwargs wrapper (#311) by Tianqi Chen · 2 months ago
  96. 3115b23 [FEAT] kwargs wrapping utility (#309) by Tianqi Chen · 2 months ago
  97. dcacb98 [METADATA] Always return metadata string as created in main lib (#305) by Tianqi Chen · 2 months ago
  98. 8d237f3 Change log level from info to debug for JIT initialization (#303) by Lianmin Zheng · 2 months ago
  99. 4147ba7 [FIX] Fixes from_dlpack issue fallback (#301) by Tianqi Chen · 2 months ago
  100. f6aa584 [ADDON] Merge torch c dlpack actions (#299) by Yaxing Cai · 2 months ago