1. c043e4f [Relax] Add NN operator attributes include to TensorRT codegen (#18690) by Guan-Ming (Wesley) Chiu · 9 hours ago main
  2. 95f41d6 [Web][Version] Fix WebLLM vision model issues (#18680) by Akaash Parthasarathy · 17 hours ago
  3. 877b448 [REFACTOR][TIR] Rename tir.Block to SBlock (#18689) by Tianqi Chen · 17 hours ago
  4. ab25b49 [TIR] Fix InjectPTXLDG32 segfaults and skip non-CUDA targets (#18671) by YinHanke · 2 days ago nightly
  5. 66f7f37 [Web] Handle LocalSession init in WASM RPC server (#18687) by Guan-Ming (Wesley) Chiu · 2 days ago
  6. 87f478e [release] Update version to 0.24.dev0 on main branch by ysh329 · 12 days ago
  7. 75ce1b4 [release] Update version to 0.23.0 on main branch by ysh329 · 12 days ago
  8. 2004a8b [NVRTC] Add NVSHMEM support to NVRTC compilation path (#18681) by Kathryn (Jinqi) Chen · 4 days ago
  9. 74adf2d [Web] Fix RPC argument parsing for new FFI string/bytes types (#18683) by Guan-Ming (Wesley) Chiu · 5 days ago
  10. 7493164 [Web] Fix incorrect FFI export name in runtime.ts (#18686) by Guan-Ming (Wesley) Chiu · 6 days ago
  11. 78b5ed0 [Relax] Implement dynamic output trimming for NMS (#18676) by Guan-Ming (Wesley) Chiu · 7 days ago
  12. 4533d31 [Relax] Add FDataDependent operator attribute for LegalizeOps (#18664) by Guan-Ming (Wesley) Chiu · 8 days ago
  13. 15ac9db [Relax][Onnx] Support Local Response Normalization (LRN) (#18668) by Nguyen Duy Loc · 9 days ago
  14. fed71ef [Relax] Add native size operator (#18667) by Guan-Ming (Wesley) Chiu · 9 days ago
  15. d8c973e [RELAX][LAYOUT] Support for dynamic layout specification (#18675) by Siva · 9 days ago
  16. 26c6b13 fix: MSVC pragma (#18674) by Junru Shao · 9 days ago
  17. 361d21b [Relax][ONNX] add support for unique optional outputs (#18652) by Guan-Ming (Wesley) Chiu · 9 days ago
  18. fbc7f1e [Relax] Replace topi.take with relax.op.take (#18665) by Guan-Ming (Wesley) Chiu · 13 days ago
  19. c866abc [Relax] Fix wrong memory planning when only lower bound was provided (#18663) by Masahiro Hiramori · 13 days ago
  20. 2b4b58d [Relax][Onnx][Resize] Handle non-4D input tensors (#18666) by YinHanke · 13 days ago
  21. eb4eb3e [FFI] bump to latest version (#18654) by Tianqi Chen · 2 weeks ago
  22. 038b327 [Relax][Onnx][PReLU] Handle slope and axis argument with different slope shapes (#18658) by Nguyen Duy Loc · 2 weeks ago
  23. fa51ea2 Put options before objects when compiling (#18656) by Yichen Yan · 3 weeks ago
  24. 99c1d92 [Relax] Remove obsolete TODO comments (#18649) by Guan-Ming (Wesley) Chiu · 3 weeks ago
  25. 8e40211 [ADRENO][TEXTURE] Texture based lowering (#18523) by Siva · 3 weeks ago
  26. fa905d2 [Compile] accelerate compilation speed using NVRTC (#18519) by Kathryn (Jinqi) Chen · 3 weeks ago
  27. b3b6024 [Relax] Add FRelaxInferLayout for gather_elements operator (#18642) by Guan-Ming (Wesley) Chiu · 3 weeks ago
  28. b975db9 [Relax] Add FRelaxInferLayout for scatter_nd operator (#18643) by Guan-Ming (Wesley) Chiu · 3 weeks ago
  29. 06a7cda [Relax][Op] Fixed incorrect output shape of Pool op when ceil_mode = true (#18641) by Nguyen Duy Loc · 3 weeks ago
  30. b50ee5f [TIR][Schedule] Fix type checker to support subscripted generics in Python 3.14+ (#18639) by Haejoon Kim · 3 weeks ago
  31. 0c7adc2 [Relax] Add FRelaxInferLayout for scatter_elements operator (#18638) by Guan-Ming (Wesley) Chiu · 3 weeks ago
  32. a95b90c [Relax] Add FRelaxInferLayout for flip operator (#18637) by Guan-Ming (Wesley) Chiu · 3 weeks ago
  33. 304a74a [Relax] Add FRelaxInferLayout and TMixedPrecisionPolicy for dynamic_strided_slice (#18633) by Guan-Ming (Wesley) Chiu · 3 weeks ago
  34. e46c061 [Relax][Onnx] Pass output_padding param in ConvTranspose (#18635) by Nguyen Duy Loc · 3 weeks ago
  35. 7b9d3d9 [Relax] Move GetUsedVars to analysis module (#18632) by Guan-Ming (Wesley) Chiu · 3 weeks ago
  36. a393b47 [Relax] Add FInferMixedPrecision and FRelaxInferLayout for conv transpose ops (#18629) by Guan-Ming (Wesley) Chiu · 4 weeks ago
  37. 899556d [Relax][Op][PyTorch] Supported Median operator (#18626) by Nguyen Duy Loc · 4 weeks ago
  38. e3f5ac1 [Relax] Correct YaRN RoPE frequency scaling formula to align with the original paper (#18576) by Yeongjae Jang · 4 weeks ago
  39. 7edf17b [Fix] Fix typo in file header comment (#18628) by Henry Hsieh · 4 weeks ago
  40. ee09866 [Relax] Add gpu-generic fallback for unrecognized GPU targets (#18615) by Guan-Ming (Wesley) Chiu · 4 weeks ago
  41. d30e347 [Relax] Use weight shape instead of dim in Embedding.forward (#18621) by Guan-Ming (Wesley) Chiu · 4 weeks ago
  42. 5abc5c7 [Relax] Remove duplicated test case: test_if_branch_var_scope (#18613) by Neo Chien · 4 weeks ago
  43. 0d017c1 [Relax] Replaced call_pure_packed with tensor_to_shape operator (#18616) by Guan-Ming (Wesley) Chiu · 4 weeks ago
  44. c404868 [Relax]feat: Implement FRelaxInferLayout for tile operator (#18593) by Dayuxiaoshui · 4 weeks ago
  45. 45bef45 [CUDA] Fix cuModuleUnload crash during interpreter shutdown (#18624) by Guan-Ming (Wesley) Chiu · 4 weeks ago
  46. 41cac2e [Relax] Add test case for op attributes in AST printer (#18618) by Guan-Ming (Wesley) Chiu · 5 weeks ago
  47. 7db7a91 [Relax][PyTorch] Fix PyTorch Dynamo frontend for Darwin compatibility (#18619) by Guan-Ming (Wesley) Chiu · 5 weeks ago
  48. 3765df7 [Relax][ONNX] Add edge padding mode (#18575) by Guan-Ming (Wesley) Chiu · 5 weeks ago
  49. cfadc1a [CUDA][FFI] Extend kernel launch config to support Programmatic Dependent Launch and cuLaunchCooperativeKernel (#18604) by senhtry · 5 weeks ago
  50. 5015047 [Relax] Fix flaky test_conv2d gradient numeric test (#18620) by Guan-Ming (Wesley) Chiu · 5 weeks ago
  51. 5dc4e78 [Relax] Fix batch normalization computation logic (#18609) by Asuka · 5 weeks ago
  52. 7ed4d39 [MetaSchedule] Fix tune_tir crash with ScheduleError in RewriteParallelVectorizeUnroll (#18547) by Dayuxiaoshui · 5 weeks ago
  53. 8521c2f [TIR][Schedule] FuseReductionEpilogue: Add Clipping pattern support (#18515) by kimm240 · 5 weeks ago
  54. ec0fed0f [Runtime][MatchShape] Type error: Cannot convert from type ' DLTensor* ' to ' ffi.Shape ' (#18546) by Nguyen Duy Loc · 5 weeks ago
  55. 69ccf8b [Relax][Torch] AssertionError: Unsupported function types ['mean.default'] (#18574) by Nguyen Duy Loc · 5 weeks ago
  56. f4e28d3 [Relax] Chore: Fix the DeprecationWarning: invalid escape sequence \ (#18591) by Neo Chien · 6 weeks ago
  57. 1c209e2 [Relax] Clean up scatter_elements unknown dtype handling (#18577) by Guan-Ming (Wesley) Chiu · 6 weeks ago
  58. 44d973b [Relax] Add layout inference support for repeat operator (#18579) by Guan-Ming (Wesley) Chiu · 6 weeks ago
  59. 5989ef5 [BugFix][OpenCL] Guard QCOM perf hint behind USE_OPENCL_EXTN_QCOM to avoid undefined symbol on non-QCOM runtimes (#18589) by ping-ee · 6 weeks ago
  60. d375f74 Fix ACOS precision issue for boundary values (x=±1.0) (#18582) by Dayuxiaoshui · 6 weeks ago
  61. f2930d5 [LLVM][Codegen] Avoid segfault when `arith::GetVScaleValues` returns empty vector (#18586) by Masahiro Hiramori · 6 weeks ago
  62. 6248b5d [Relax][Torch] Fixed issues related to sum op when without dim and keep dim (#18583) by Nguyen Duy Loc · 7 weeks ago
  63. 85a8770 [Relax] Enhance unique block name generation with numeric suffixes (#18554) by Guan-Ming (Wesley) Chiu · 7 weeks ago
  64. 04f06b5 [Relax] Add edge padding mode (#18558) by Guan-Ming (Wesley) Chiu · 7 weeks ago
  65. 8218b18 [Relax] Add mod operator support (#18559) by Guan-Ming (Wesley) Chiu · 7 weeks ago
  66. 7271feb [Relax][PyTorch] Add support for Custom Ops for ExportedProgram frontend (#18544) by Masahiro Hiramori · 7 weeks ago
  67. bddc091 [TIR][Schedule] Fix bug on bfloat16 conversion (#18556) by Park Woorak · 7 weeks ago
  68. e78fbd8 [Attn] Fix calling FlashInfer attention plan function (#18557) by Ruihang Lai · 7 weeks ago
  69. 26b107f [Relax][PyTorch] Add support for masked_select (#18535) by Guan-Ming (Wesley) Chiu · 7 weeks ago
  70. 2b4a1e2 [Relax][Frontend] Introduce ModuleDict (#18551) by Masahiro Hiramori · 8 weeks ago
  71. dcecb86 [Docs] Improve static shape tuning parameter configuration (follow-up to commit c71aefc) (#18545) by ConvolutedDog · 8 weeks ago
  72. 0d9d178 [MISC] Fix duplicate `PresburgerSetNode` registration when `USE_MLIR=ON` and MLIR >= 15.0 (#18555) by Masahiro Hiramori · 8 weeks ago
  73. 6cf49e6 [Relax][PyTorch] Enhance scale_factor handling in interpolation (#18550) by Guan-Ming (Wesley) Chiu · 8 weeks ago
  74. 5138efc [Relax][PyTorch] Unify dtype used in conv2d tests (#18553) by Guan-Ming (Wesley) Chiu · 8 weeks ago
  75. 4c2249d [CI] Remove hardcoded user and repo values (#18549) by Guan-Ming (Wesley) Chiu · 8 weeks ago
  76. a747614 [Relax][PyTroch] Add NHWC layout support (#18548) by Guan-Ming (Wesley) Chiu · 8 weeks ago
  77. 141431c [TIR][Schedule] Fix mma tensorize error (#18528) by Asuka · 8 weeks ago
  78. 001ed57 [Schedule] Fix LocalBuilder Check failed: (index_map_func.has_value()) is false (#18525) by Asuka · 8 weeks ago
  79. c71aefc [Docs] Fix e2e_opt_model tutorial for GPU deployment (#18539) by Shushi Hong · 8 weeks ago
  80. ed97234 Revert "[ARITH] Fix InternalError: Check failed: (eval_vec_) is false" (#18542) by Shushi Hong · 8 weeks ago
  81. cd820b5 [ARITH] Fix InternalError: Check failed: (eval_vec_) is false (#18536) by Neo Chien · 8 weeks ago
  82. ec0026e [Relax][PyTorch] Fix index_put with broadcast indices (#18533) by Guan-Ming (Wesley) Chiu · 8 weeks ago
  83. d6e6334 [Bugfix] Prevent segfault when instantiating abstract SearchStrategy (#18534) by Dayuxiaoshui · 8 weeks ago
  84. 54c3fb4 [Relax][PyTorch] Handle unknown output shapes for _sym_size_int (#18521) by Guan-Ming (Wesley) Chiu · 9 weeks ago
  85. c429a2b [CI] Update file patterns for specific linting hooks (#18484) by Guan-Ming (Wesley) Chiu · 9 weeks ago
  86. 934c4a4 [Relax][PyTorch] Add support for bidirectional GRU (#18532) by Guan-Ming (Wesley) Chiu · 9 weeks ago
  87. 4244a86 [Relax][PyTorch] Add boolean tensor support for max operation and corresponding test case (#18530) by Masahiro Hiramori · 9 weeks ago
  88. 45ab5fb [Relax][PyTorch] Fix InternalError when converting scaled_dot_product_attention with 2D inputs (#18524) by Dayuxiaoshui · 9 weeks ago
  89. fc2bdfe [Relax][PyTorch] Add support for non-persistent buffers in ExportedProgram frontend (#18527) by Masahiro Hiramori · 9 weeks ago
  90. ca19be8 [Relax][PyTorch] Add support for binary scalar operations in ExportedProgram frontend and corresponding tests (#18529) by Masahiro Hiramori · 9 weeks ago
  91. acda952 [Relax][PyTorch] Unify tests using shared tvm.testing.assert_allclose (#18522) by Guan-Ming (Wesley) Chiu · 9 weeks ago
  92. 1c77db7 [Relax][PyTorch] Add support for bidirectional LSTM (#18516) by Guan-Ming (Wesley) Chiu · 9 weeks ago
  93. 25a37e7 [Relax][PyTorch] Add support for sparse matrix multiplication and random number generation (#18499) by Dayuxiaoshui · 9 weeks ago
  94. 7fe8760 [TIR] Fix tir.LowerIntrin check failed additional_info.size() == new_size (#18514) by Neo Chien · 9 weeks ago
  95. d5d3d81 [Relax][PyTorch] Fix batch normalization training mode correctness (#18518) by Guan-Ming (Wesley) Chiu · 9 weeks ago
  96. 790c5d1 [Pass] Add DumpIR pass instrument to save IR snapshots (#18511) by Siyuan Feng · 9 weeks ago
  97. e3c5b47 [Relax][PyTorch] Unify tests using shared verify_model (#18517) by Guan-Ming (Wesley) Chiu · 9 weeks ago
  98. 316299d [Relax][PyTorch] Enhance data type handling in FX graph translator (#18506) by Guan-Ming (Wesley) Chiu · 9 weeks ago
  99. 9545b3c [Relax][PyTorch] Support specifying decimals for _round (#18507) by Guan-Ming (Wesley) Chiu · 9 weeks ago
  100. 843a574 [MISC] Remove unused TVMC configs (#18512) by Siyuan Feng · 9 weeks ago