1. 86794e7 [Relax][Frontend] Add ParameterList and ParameterDict containers (#19495) by Masahiro Hiramori · 17 hours ago main
  2. a354b4f [release] Update version to 0.25.dev0 on main branch by ysh329 · 7 days ago
  3. af3e4ba [release] Update version to 0.24.0 on main branch by ysh329 · 7 days ago
  4. baec626 [Metal] Include logging headers for metal (#19493) by Akaash Parthasarathy · 22 hours ago
  5. bfa0782 [BugFix][Relax] Add legalize for isnan, isinf, isfinite (#19492) by as4230 · 22 hours ago
  6. 6157f49 [Relax][Frontend][TFLite] Add BROADCAST_TO, EMBEDDING_LOOKUP, and SELECT_V2 (#19489) by Bana · 23 hours ago
  7. fbbbae9 [Relax][Frontend][TFLite] Add SCATTER_ND operator for Relax TFLite (#19490) by Bana · 2 days ago nightly
  8. 6569cf0 [Relax][ONNX] Fix CumSum axis handling: support runtime axis tensor, error on multi-element axis (#19467) by Neo Chien · 2 days ago
  9. 71c634f [Relax][Frontend][TFLite] Add `RANDOM_UNIFORM`, `RANDOM_STANDARD_NORMAL`, and `MULTINOMIAL` (#19473) by HoYi · 2 days ago
  10. a633eda [Relax][Frontend][TFLite] Add BROADCAST_ARGS operator mapping (#19487) by as4230 · 2 days ago
  11. d6ef18e [Relax][Frontend][TFLite] Add DILATE operator mapping (#19481) by as4230 · 2 days ago
  12. 772857d [Relax][Frontend][TFLite] Add ATAN2 op and TFLite mapping (#19485) by as4230 · 2 days ago
  13. 59bba8d [BugFix][Relax][ONNX] Fix ConstantOfShape converter when value attr is absent (#19480) by Soowon Jeong · 2 days ago
  14. 561ead9 [REFACTOR][FFI] Cleanup ffi indirections in tvm headers + switch logging.h to ffi/error.h where only ICHECK/THROW are used (#19483) by Tianqi Chen · 2 days ago
  15. 0565724 [FFI][ABI] Bump tvm-ffi to 0.1.11rc2 (#19484) by Tianqi Chen · 3 days ago
  16. 58fc749 [REFACTOR] Delete src/support/libinfo.cc; replace with runtime FFI-registry env query (#19477) by Tianqi Chen · 3 days ago
  17. 7504e3e [REFACTOR][SCRIPT] TVMScript dialect-friendly refactor: per-dialect restructure + dialect registry (#19479) by Tianqi Chen · 3 days ago
  18. 556571f [REFACTOR][RUNTIME] Phase out include/tvm/runtime/object.h (#19476) by Tianqi Chen · 3 days ago
  19. bcc4830 [REFACTOR][S-TIR] Move tvm/support/random_engine.h → tvm/s_tir/random_engine.h (#19475) by Tianqi Chen · 3 days ago
  20. 90c678a [Relax][Frontend][TFLite] Fix `STRIDED_SLICE` negative stride and add `STRIDED_SLICE/SPLIT_V` tests (#19468) by HoYi · 3 days ago
  21. e5b96be [REFACTOR][IR] Move tvm/support/with.h → tvm/ir/with_context.h (#19474) by Tianqi Chen · 3 days ago
  22. 6e8f77d [REFACTOR][RUNTIME][CODEGEN] Backend specific target and runtime to enable cross-compile fallback (#19465) by Tianqi Chen · 4 days ago
  23. 2516b1f [REFACTOR][RUNTIME] Phase out IntTuple alias; use ffi::Shape directly (#19471) by Tianqi Chen · 4 days ago
  24. 84fbd77 [REFACTOR][RUNTIME] Phase out include/tvm/runtime/builtin_fp16.h (#19472) by Tianqi Chen · 4 days ago
  25. 59c426e [REFACTOR][RUNTIME] Phase out include/tvm/runtime/threading_backend.h (#19469) by Tianqi Chen · 4 days ago
  26. 7ecf466 [S-TIR][Dlight] Add layered fall back strategy to handle missing attr `max_shared_memory_per_block` (#19453) by Neo Chien · 4 days ago
  27. 1e7314f [Relax][Frontend][TFLite] Add DENSIFY operator test and fix prefetched handling (#19421) by HoYi · 4 days ago
  28. c1415d6 [Relax][Frontend][TFLite] Add NON_MAX_SUPPRESSION_V4 converter (#19464) by as4230 · 4 days ago
  29. 0e5c885 [Relax][Frontend][TFLite] Add BITCAST operator mapping (#19466) by as4230 · 4 days ago
  30. ccd81f2 [Relax][Frontend][TFLite] Fix dynamic FILL/SPLIT_V partial implementations (#19433) by HoYi · 5 days ago
  31. ca2d1e8 [REFACTOR][IR] Migrate include/tvm/node into include/tvm/ir (#19463) by Tianqi Chen · 5 days ago
  32. 11ac2ad [REFACTOR][NODE] Use fn_repr inside kRepr lambdas, not ffi::ReprPrint (#19462) by Tianqi Chen · 5 days ago
  33. 4e5b869 [REFACTOR][RUNTIME] Phase out profiling.h heavy types, rename to timer.h (#19455) by Tianqi Chen · 5 days ago
  34. 97a34a9 [REFACTOR][RUNTIME] Macro cleanup — TVM_DLL alignment, [[maybe_unused]], logging.h legacy macros (#19457) by Tianqi Chen · 5 days ago
  35. 70cfd99 [REFACTOR][S-TIR] Minimize src/support/ by relocating s_tir-private headers (#19460) by Tianqi Chen · 5 days ago
  36. b915cac [Relax][Frontend][TFLite] Add soft-NMS support for TFLite NON_MAX_SUPPRESSION_V5 (#19426) by HoYi · 5 days ago
  37. 410b4cf [REFACTOR] Phase out src/support/ffi_testing.cc (#19459) by Tianqi Chen · 5 days ago
  38. 200f4fd [REFACTOR][NODE] Migrate ReprPrinter to tvm-ffi __ffi_repr__ mechanism (#19461) by Tianqi Chen · 5 days ago
  39. f42a279 [REFACTOR] Move source_utils.h into runtime/opencl (#19456) by Tianqi Chen · 5 days ago
  40. 57cbc5e [REFACTOR] Phase out unreachable contrib/rust_extension.cc (#19458) by Tianqi Chen · 5 days ago
  41. e55e3c3 [BugFix][Relax][ONNX] Honor auto_pad in ConvTranspose converter (#19450) by Soowon Jeong · 5 days ago
  42. 216be63 [REFACTOR][CODEGEN] Phase out tvm_global_barrier_state and tvm_prepare_global_barrier (#19454) by Tianqi Chen · 5 days ago
  43. b7c85e3 [REFACTOR] Use FFI types in runtime inline module-create wrapper signatures (#19449) by Tianqi Chen · 6 days ago
  44. c01f898 [TIR] Update symbolic index term order in loop fusion (#18406) by wrongtest · 7 days ago
  45. d0a1973 [REFACTOR] Isolate backend module creation via ffi.Module.create.<kind> registry (#19447) by Tianqi Chen · 7 days ago
  46. 8cbb0b1 [CMAKE][REFACTOR] Split libtvm.so into libtvm_runtime.so and libtvm_compiler.so (#19444) by Tianqi Chen · 7 days ago
  47. daefffc [CI][REFACTOR] Decouple data.py from Jenkins script and docker images (#19445) by Tianqi Chen · 7 days ago
  48. 9dc87f1 [Docs] Refactor BYOC example NPU tutorial (#19439) by Shushi Hong · 8 days ago
  49. 0a0dd31 [S-TIR][MetaSchedule] Make evolutionary search resilient to trace replay failures (#19438) by Neo Chien · 8 days ago
  50. d883f50 [REFACTOR] Remove runtime/object.py shim and route Object via tvm_ffi (#19440) by Tianqi Chen · 8 days ago
  51. 9edd5bd [REFACTOR] Remove tvm.runtime.packed_func and container shims; route via tvm_ffi (#19442) by Tianqi Chen · 8 days ago
  52. fe0e8cb [REFACTOR] Phase out include/tvm/runtime/module.h (#19441) by Tianqi Chen · 8 days ago
  53. 82293c8 [Relax][Frontend][KVCache] Extend masked sequence prefill to causal left-padding (#19431) by Xijing Wang · 8 days ago
  54. 0b0afd8 [Relax][Frontend][TFLite] Add CUMSUM operator mapping (#19434) by Peruere1828 · 8 days ago
  55. 2c72b90 [Relax][NN] Use int64 for RoPE apply flag (#19430) by Xijing Wang · 9 days ago
  56. 2b87313 [ARITH] Expose allow_override parameter in Python Analyzer.bind() (#19417) by Fabian Peddinghaus · 9 days ago
  57. a6625cb [Fix][CUDA] Version compatibility of CUDA symbols (#19432) by Xuhui Zheng · 9 days ago
  58. 7eea6df [Relax][FRONTEND][ONNX] Support Softmax, LogSoftmax and Hardmax when opset version ≤12 (#19428) by Neo Chien · 10 days ago
  59. a8f1ace [FIX] Skip metal target tag registration for unsupported LLVM CPUs (#19427) by Tianqi Chen · 11 days ago
  60. d7282a3 [BugFix][LLVM] Fix `insertDeclare` API mismatch for ROCm-bundled LLVM 20 (#19390) by Soowon Jeong · 12 days ago
  61. 21993a5 [Backend][Relax] Add NPU BYOC backend example (#19425) by Sheldon Aristide · 12 days ago
  62. 527fbf5 [Relax] Fix deprecation warning (#19424) by Neo Chien · 13 days ago
  63. ca68bef [Relax][TVMScript] Print ExternFunc struct_info when non-default (#19416) by Neo Chien · 2 weeks ago
  64. 545c332 [Relax][Frontend][TFLite] Fix bool `REDUCE_ANY`/`REDUCE_ALL` compile failure (#19415) by Soowon Jeong · 2 weeks ago
  65. ff127c4 [Docs] Fix stale tvm.tirx exclude list and add missing legalize_ops.unary entry (#19414) by Shushi Hong · 2 weeks ago
  66. f0af322 [Relax][Frontend][TFLite] Add `REDUCE_ANY` and `REDUCE_ALL` (#19413) by Soowon Jeong · 2 weeks ago
  67. 379bd1f [relax] fix 'occured' -> 'occurred' in transform.h doc comment (#19411) by Sai Asish Y · 2 weeks ago
  68. 0fdb2cd fix: use `is None` instead of `== None` in test files (PEP 8 E711) (#19393) by harshadkhetpal · 2 weeks ago
  69. 75a6b30 [Relax][Frontend][TFLite] Fix and test `MATRIX_DIAG`, `MATRIX_SET_DIAG`, `SPARSE_TO_DENSE` (#19408) by HoYi · 2 weeks ago
  70. 5c17111 [Fix][Runtime][RPC] Fix remote tensor handle cleanup for RPC return values (#19410) by Shushi Hong · 2 weeks ago
  71. e0e9315 [Docs] Fix outdated source install and API reference docs (#19409) by Shushi Hong · 2 weeks ago
  72. 0a79095 [S-TIR] Fix cache_read/cache_write region when inner block has T.whe… (#19406) by Andrey Malyshev · 2 weeks ago
  73. 9d13fc0 [S-TIR] Fix Segfault when applying Parallel during TIR schedule rewriting (#19403) by Neo Chien · 2 weeks ago
  74. b343943 [Relax][Frontend][KVCache] Restructure kv_cache kernels (#19405) by Ruihang Lai · 3 weeks ago
  75. 1b94055 Fix #18714: [Docs] python -c "import tvm; print(tvm.file)" fail (#19407) by Zakir Jiwani · 3 weeks ago
  76. 14751b3 [relax][tflite] Add PRELU/LRN/SQUARED_DIFFERENCE tests (partial #18971) (#19404) by Ahmad Jahaf · 3 weeks ago
  77. 3d1e402 [Frontend][TFLite] Add test coverage for SHAPE and RANGE operators (#19401) by Bana · 3 weeks ago
  78. 5efa4b7 [Test][TFLite] Add unit tests for `PRELU` (#19402) by Felix Hirwa Nshuti · 3 weeks ago
  79. a6e2ea8 [Relax][Frontend][KVCache] Add masked sequence prefill helper for encoder valid lengths (#19392) by Xijing Wang · 3 weeks ago
  80. 87fdeaf [Docs] Add code generation architecture documentation (#19396) by Shushi Hong · 3 weeks ago
  81. f9787d1 [Docs] Add TVMScript architecture documentation (#19398) by Shushi Hong · 3 weeks ago
  82. 60bb59d [Frontend][TFLite] Add TILE operator tests and edge cases (#19400) by Bana · 3 weeks ago
  83. 13867ea [Docs] Add PyModule tutorial to How-To toctree (#19397) by Shushi Hong · 3 weeks ago
  84. e0babea [Docs] Clean up architecture docs: remove duplicates, fix stale content (#19399) by Shushi Hong · 3 weeks ago
  85. b465646 feat(meta_schedule): expand CUDA unroll steps for SM70 optimization (#18927) by jianhua1724 · 3 weeks ago
  86. 1d02ac3 [Docs] Add Relax VM architecture documentation (#19389) by Shushi Hong · 3 weeks ago
  87. 481aa6e [Docs] Add operator fusion architecture documentation (#19394) by Shushi Hong · 3 weeks ago
  88. e22be4e [Docs] Add BYOC external library dispatch architecture documentation (#19395) by Shushi Hong · 3 weeks ago
  89. e5d4c55 [relax][frontend][tflite] Add tests for fully_connected/depthwise_conv2d/transpose_conv/l2_pool2d (#19372) by Ahmad Jahaf · 3 weeks ago
  90. 645fcf9 [Relax][ONNX] Add frontend support for QuantizeLinear, DequantizeLinear, and DynamicQuantizeLinear (#19391) by WANG HUNG-HSIANG · 3 weeks ago
  91. b9ced1a [BugFix][Relax] Select target-specific pipeline in tvm.compile when GPU target is provided (#19384) by Soowon Jeong · 3 weeks ago
  92. 4d812a1 [Docs] Add docstrings for nn.Module classes and core APIs in relax.frontend.nn (#19387) by Shushi Hong · 3 weeks ago
  93. b80d23f [Docs] Add tvm.s_tir.tensor_intrin API reference and remove empty legacy tvm/tir directory (#19386) by Shushi Hong · 3 weeks ago
  94. 0c43ab2 [BugFix][MetaSchedule] Fix `compile_relax` to apply `MetaScheduleApplyDatabase` after `FuseOps` (#19385) by Soowon Jeong · 3 weeks ago
  95. 7196ac3 [Test][TFLite] Add unit tests for `LEAKY_RELU`, `HARD_SWISH` `ReLU_N1_to_1` and `LOG_SOFTMAX` (#19388) by Felix Hirwa Nshuti · 3 weeks ago
  96. 9ba27ff [relax][frontend][tflite] Add tests for l2_normalization/slice/reverse_v2 (#19371) by Ahmad Jahaf · 3 weeks ago
  97. b14b023 [Relax][Frontend][TFLite] Implement DETECTION_POSTPROCESS tflite operator (#19345) by HoYi · 3 weeks ago
  98. 828880e [S-TIR] Fix the ScheduleError from missing guard in CheckInline (#19377) by Neo Chien · 3 weeks ago
  99. f4cf9f5 [BugFix][TIRx] Fix bad-optional-access in BF16/FP8 legalize passes for target-less PrimFuncs (#19383) by Soowon Jeong · 3 weeks ago
  100. 3d9cf2e [BugFix][TIRx] Fix VerifyMemory crash for PrimFuncs without target attribute (#19382) by Soowon Jeong · 3 weeks ago