1. b03cc78 [TORCH] robustify torch jit module support for earlier ver (#53) by Tianqi Chen · 14 hours ago main
  2. 5cfd705 chore: Revamp mypy config and publish typing metadata (#51) by Junru Shao · 16 hours ago
  3. 90dba57 fix(Array): Make array slicing behavior to return list (#50) by Junru Shao · 16 hours ago
  4. 54f527f feat: Support Array Concat in Python (#45) by Junru Shao · 24 hours ago
  5. c88110e fix(Map): `Map.get` should never throw when element is missing (#48) by Junru Shao · 26 hours ago
  6. 9582540 chore: Add linters for `.rst`, `.md` and `.yaml` (#46) by Junru Shao · 26 hours ago
  7. 035975a feat: Improve Critical Path Perf in Cython `make_ret_object` (#47) by Junru Shao · 26 hours ago
  8. d68c8d8 fix: Fallback for unregistered object types (#44) by Junru Shao · 2 days ago
  9. df58a05 feat(typing): Parameterizable `Array[T]` and `Map[K, V]` (#37) by Junru Shao · 2 days ago
  10. 3bc6418 doc: Enable Doxygen Build Checks in CI (#42) by Junru Shao · 2 days ago
  11. b5dd851 fix(c_class): Fix mypy warnings on `dataclasses.field(...)` (#43) by Junru Shao · 2 days ago
  12. 66778b5 doc: Enable Sphinx Build Checks in CI (#38) by Junru Shao · 2 days ago
  13. f5633e9 chore: Test Various Python Versions in GitHub Action CI (#41) by Junru Shao · 2 days ago
  14. 40e9c83 feat: Enable mypy type checking (#35) by Junru Shao · 2 days ago
  15. c0add28 [FIX] Fix device type override (#40) by Tianqi Chen · 2 days ago
  16. 6f020c1 [REFACTOR][ABI] Update backtrace storage for append-friendly (#39) by Tianqi Chen · 2 days ago
  17. e98b94e feat: Introduce Experimental `tvm_ffi.dataclasses.c_class` (#8) by Junru Shao · 3 days ago
  18. c01dadf feat: Introduce `tvm_ffi::reflection::init<>` (#32) by Junru Shao · 3 days ago
  19. fc0f5f5 Add Docker support and C++ CUDA example (#29) by yifeifang · 4 days ago
  20. 4f0b18c feat: Use uv-based workflow for doc building (#34) by Junru Shao · 4 days ago
  21. 23500b5 chore(lint): Add Taplo for TOML (#33) by Junru Shao · 4 days ago
  22. d77606a feat: Enable torch/numpy/ml_dtypes dtype as ffi input (#25) by Yaxing Cai · 5 days ago
  23. 53b2e00 feat: Introduce Python-side TypeInfo Metadata (#30) by Junru Shao · 5 days ago
  24. c86235c refactor: Remove Unused `OBJECT_INDEX` from Cython (#28) by Junru Shao · 6 days ago
  25. 785e8ca feat: Add typestubs for Cython generated code (#24) by Junru Shao · 6 days ago
  26. 71dea75 small fix (#27) by Kathryn (Jinqi) Chen · 6 days ago
  27. 53ffe5e [Fix] Restrict stride normalization to 1D tensors on export (#23) by Kathryn (Jinqi) Chen · 6 days ago
  28. 929effa [DLPACK] Update dlpack conversion to enable f4 (#22) by Tianqi Chen · 6 days ago
  29. 8f4e044 chore: Enforce type annotation on public APIs (#21) by Junru Shao · 7 days ago
  30. 0bc968d chore: Basic Ruff rule coverage (#20) by Junru Shao · 7 days ago
  31. 64e4b7f chore: Modernize pre-commit hooks (#19) by Junru Shao · 7 days ago
  32. 9432896 [CMAKE] Fix packaging 3rdparty (#18) by Tianqi Chen · 8 days ago
  33. 89e0b88 [CI] setup asf yaml to protect main by tqchen · 8 days ago
  34. 46f7358 [CONFIG] Update squash commit default to PR title and description (#17) by Tianqi Chen · 9 days ago
  35. 3197cd0 Add stream context (#5) by Yaxing Cai · 9 days ago
  36. d6845f7 [DOCS] Fix py:func format hyperlink (#16) by Yaxing Cai · 9 days ago
  37. c100338 [DOCS] Add C example (#15) by Tianqi Chen · 10 days ago
  38. 5511c6c add runtime support section (#14) by Yaoyao Ding · 10 days ago
  39. 7163aeb [DOCS] Fix lint and improve docs (#13) by Tianqi Chen · 10 days ago
  40. 4383b1a [Bugfix] Run ninja build command in MSVC dev env (#11) by Yaoyao Ding · 10 days ago
  41. 742b16e add documentation for tvm_ffi.cpp.load_inline (#12) by Yaoyao Ding · 10 days ago
  42. 240ea44 [DOCS] Add Guides for Compiler Integration (#10) by Tianqi Chen · 10 days ago
  43. 5facac5 [DOCS] Add Contributing (#9) by Tianqi Chen · 10 days ago
  44. cc93373 refactor: Prefer `bytearray_to_str|bytes` to raw Python API (#6) by Junru Shao · 10 days ago
  45. af82dbb fix: Always specify `method_pyfunc.__name__` (#7) by Junru Shao · 10 days ago
  46. 011b105 [DOCS] Update docs to reflect the new repo (#4) by Tianqi Chen · 11 days ago
  47. 5c9a4ad [TEST] Move script location to be consistent (#3) by Tianqi Chen · 11 days ago
  48. ab5bc02 Merge pull request #2 from tqchen/bump-beta by Yaxing Cai · 11 days ago
  49. 3e07df4 [VERSION] Bump to beta version by tqchen · 11 days ago
  50. 0e954b3 Merge pull request #1 from tqchen/docs-status by Yaxing Cai · 11 days ago
  51. 6f21a88 [DOCS] Add CI status badge by tqchen · 11 days ago
  52. 306c8d0 [CI] Setup asf yaml by tqchen · 11 days ago
  53. c665fa3 [REFACTOR] Update torch to optionally depend on cuda by tqchen · 11 days ago
  54. 5304752 [LINT] Run lint to be complaint with the new CI by tqchen · 11 days ago
  55. ef6d57b [CI] Setup initial CI by tqchen · 11 days ago
  56. 30f1e0a [SETUP] Establish tvm-ffi repo by tqchen · 11 days ago
  57. 7b813f8 [FFI][REFACTOR] Update TVM_FFI_STATIC_INIT_BLOCK to fn style by tqchen · 11 days ago
  58. 043d9f6 [FFI][ABI] Better String and Nested Container handling (#18311) by Tianqi Chen · 11 days ago
  59. 4dee97f [FFI][ABI] Refactor the naming of DLPack speed converter (#18308) by Tianqi Chen · 12 days ago
  60. 1ce0f6f [FFI] Update `load_inline` interface (#18307) by Yaoyao Ding · 12 days ago
  61. f81ab9c [FFI][ABI][REFACTOR] Enhance DLPack Exchange Speed and Behavior (#18306) by Tianqi Chen · 12 days ago
  62. 38d2cda [FFI][REFACTOR] Refactor python ffi call mechanism for perf (#18302) by Tianqi Chen · 13 days ago
  63. 315f4bb [FFI] Fix system library symbol lookup (#18298) by Ruihang Lai · 2 weeks ago
  64. 8068d1d [FFI] Temp skip windows tests (#18297) by Tianqi Chen · 2 weeks ago
  65. db98729 [FFI][ABI] Introduce generic stream exchange protocol (#18295) by Tianqi Chen · 2 weeks ago
  66. a08fa6e [FFI][REFACTOR] Streamline Object Declare Macros (#18289) by Tianqi Chen · 2 weeks ago
  67. 4ffbc88 [FFI][Bugfix] Enable `load_inline` on macos (#18285) by Yaoyao Ding · 2 weeks ago
  68. 472e10c [FFI][REFACTOR] Introduce UnsafeInit and enhance ObjectRef null safety (#18284) by Tianqi Chen · 2 weeks ago
  69. 1b824e8 [FFI] Relax default alignment and continguous requirement (#18282) by Tianqi Chen · 2 weeks ago
  70. e9d2946 [FFI][REFACTOR] Cleanup namespace (#18280) by Tianqi Chen · 2 weeks ago
  71. 2df07e5 [FFI][Bugfix] Fix bug of `ffi.cpp.load_inline` on Windows (#18281) by Yaoyao Ding · 2 weeks ago
  72. 24125d0 [FFI][DOCS] Initial bringup of cpp docs (#18279) by Tianqi Chen · 2 weeks ago
  73. 236e9e9 [FFI] Temp skip load_inline tests nonlinux (#18278) by Tianqi Chen · 2 weeks ago
  74. 40f4d9d [FFI][REFACTOR] Cleanup tvm_ffi python API and types (#18277) by Tianqi Chen · 2 weeks ago
  75. 6fa40b5 [FFI] Add ffi::Tensor.strides() (#18276) by Yaxing Cai · 3 weeks ago
  76. 3a551d8 [FFI][REFACTOR][ABI] Rename NDArray to Tensor (#18275) by Tianqi Chen · 3 weeks ago
  77. 825aeb9 [FFI] Update the interface of `ffi.load_inline` to match torch (#18274) by Yaoyao Ding · 3 weeks ago
  78. 40e8a51 [FFI][ABI] Append symbol prefix for ffi exported functions (#18273) by Tianqi Chen · 3 weeks ago
  79. ca95b41 [FFI] Construct NDArray.strides by default (#18272) by Yaxing Cai · 3 weeks ago
  80. 83805ec [FFI] Support inline module (#18271) by Yaoyao Ding · 3 weeks ago
  81. 91d69f0 [FFI] Support Opaque PyObject (#18270) by Tianqi Chen · 3 weeks ago
  82. 1b07159 [FFI] Update torch stream getter to use native torch c api (#18266) by Tianqi Chen · 3 weeks ago
  83. 86ba210 [DOCS] Misc docs fix (#18264) by Tianqi Chen · 3 weeks ago
  84. c695f5f [FFI][DOCS] Initial docs scaffolding (#18263) by Tianqi Chen · 3 weeks ago
  85. 5a3e3cb [FFI][DOCS] Add missing files in packaging example (#18261) by Tianqi Chen · 3 weeks ago
  86. ca9c3d1 [FFI][ABI] Introduce weak rc support (#18259) by Tianqi Chen · 3 weeks ago
  87. 3702e50 [FFI] fix two seemingly migration issue (#18258) by wrongtest · 3 weeks ago
  88. 4523a83 [FFI][DOCS] Wheel Packaging (#18256) by Tianqi Chen · 4 weeks ago
  89. 777cf8d [FFI][ABI] ABI Updates to for future metadata and complex ordering (#18254) by Tianqi Chen · 4 weeks ago
  90. ad8e5d2 [Python] Complete Python packaging with scikit-build-core (#18251) by Ruihang Lai · 4 weeks ago
  91. 7d09d6a [FFI][CMAKE] Revert cmake libbacktrace URL and update submodule (#18249) by Balint Cristian · 4 weeks ago
  92. b245f1f [FFI][CMAKE] Add missing download path for libbacktrace (#18246) by Balint Cristian · 4 weeks ago
  93. 7358796 [FFI] Misc fixup for windows (#18234) by Tianqi Chen · 4 weeks ago
  94. 2cf211f [FFI] Robustify the pyproject setup (#18233) by Tianqi Chen · 4 weeks ago
  95. 2d41a51 [FFI][REFACTOR] Establish tvm_ffi python module (#18226) by Tianqi Chen · 4 weeks ago
  96. 3f4f4f1 [FFI] Fix JSON parser/writer for the fast-math flag (#18221) by Ruihang Lai · 5 weeks ago
  97. 023ea44 [FFI][REFACTOR] Cleanup API locations (#18218) by Tianqi Chen · 5 weeks ago
  98. 6014406 [FFI] AudoDLPack compatible with torch stream context (#18217) by Tianqi Chen · 5 weeks ago
  99. 0daaffe [FFI][REFACTOR] Establish Stream Context in ffi (#18216) by Tianqi Chen · 5 weeks ago
  100. 538bef4 [FFI] Formalize ffi.Module (#18213) by Tianqi Chen · 5 weeks ago