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