Sign in
apache
/
tvm
/
HEAD
c9fb8cd
[Docs] Clean up stale references from recent refactors (#18908)
by Shushi Hong
· 16 hours ago
main
nightly
42a5349
[Target][LLVM] Fix -mcpu validation compatibility across LLVM versions (#18909)
by Shushi Hong
· 16 hours ago
be2ea89
[Docs] Update outdated references from recent refactors (#18906)
by Shushi Hong
· 3 days ago
474cde4
[Optimization][Operator] Implement and enable Conv2d-Reshape-Add-ReLU fusion (#18240)
by kimm240
· 3 days ago
353cc70
[Web][Experimental] Add support for cross-origin storage caching (#18893)
by Akaash Parthasarathy
· 4 days ago
64a24c4
[RELAX][LAYOUT] Support multiple axis paching (#18869)
by Siva
· 4 days ago
3788e99
[Relax][PyTorch] Add torch.cond support to ExportedProgram frontend (#18904)
by Masahiro Hiramori
· 4 days ago
122592b
[Relax] Add input type validation for make_shape and corresponding tests (#18870)
by anusha975
· 6 days ago
1499bda
[Relax][PyTorch] Fix crash on dynamic shapes with identity slice in ExportedProgram importer (#18903)
by Masahiro Hiramori
· 9 days ago
7a41af0
[FIX][LLVM] Use isCPUStringValid for mcpu validation instead of enumerating processor descriptions (#18884)
by Gabe Guralnick
· 9 days ago
728eb15
[Build] Fix version regex to anchor at line start in pyproject.toml (#18892)
by Ruihang Lai
· 10 days ago
87bd8af
[TVMScript] Remove T.Bind backward-compat alias (#18891)
by Tianqi Chen
· 10 days ago
a89b9f2
[TOPI] Reject non-float inputs for inverse unary math ops (#18880)
by YinHanke
· 10 days ago
5d3b525
[TIR] Reject non-floating inputs for trig unary ops (#18879)
by YinHanke
· 10 days ago
f83cebb
[TVMScript] Normalize T.Bind to T.bind for statement builder convention (#18889)
by Tianqi Chen
· 10 days ago
72de122
[TIR][REFACTOR] Revamp Common Subexpression Elimination (#18886)
by Tianqi Chen
· 11 days ago
717c822
[FIX] Fix cumsum kernel sblock_alloc_buffer for non-sblock buffer (#18887)
by Tianqi Chen
· 12 days ago
9dfa116
[Metal] Batched command dispatch and staging buffer pool (#18877)
by Miti
· 12 days ago
c0a305d
[TARGET] Fix round-trip reconstruction of targets with canonicalizer-generated `feature.*` attrs (#18883)
by Masahiro Hiramori
· 12 days ago
17d1a28
[FIX][Adreno] Replace AllocBuffer with Bind in texture alloc injection (#18881)
by Tianqi Chen
· 13 days ago
689d2b5
[REFACTOR][TIR] Remove body from AllocBuffer and DeclBuffer (#18876)
by Tianqi Chen
· 13 days ago
14e41c6
[Relax][ONNX] Support dynamic repeats for Tile (#18878)
by YinHanke
· 13 days ago
419a8c86
Batched GPU dispatch and object caching for WebGPU runtime (#18871)
by Miti
· 13 days ago
dd7e260
[chore] Update docker/README.md documentation and fix links (#18875)
by Zhengke Zhou
· 14 days ago
079e4af
[REFACTOR][TIR] Rename LetStmt to Bind and flatten to sequential semantics (#18874)
by Tianqi Chen
· 14 days ago
969fad3
[TIR] Add VisitBufferDef/VisitBufferUse to base StmtVisitor/StmtMutator (#18873)
by Tianqi Chen
· 2 weeks ago
0fba160
[REFACTOR][TIR] Introduce AllocBuffer and phase out Allocate+DeclBuffer (#18865)
by Tianqi Chen
· 2 weeks ago
21e5225
[ADRENO] Revive and consolicate Adreno features (#18867)
by Siva
· 2 weeks ago
75f8589
[CI] Update images to `20260301-134651-63f099ad` (#18827)
by Masahiro Hiramori
· 2 weeks ago
521440e
[REFACTOR][TIR] Cleanup AttrStmt attributes (#18862)
by Tianqi Chen
· 2 weeks ago
c481950
[Relax][Refactor] Phase out FewShotTuning (#18864)
by Tianqi Chen
· 2 weeks ago
6627296
[S-TIR][Test] Mark meta_schedule tuning tests as skip (#18863)
by Tianqi Chen
· 2 weeks ago
611a815
[TIR][Refactor] Enhance error reporting with structured AssertStmt and TVMFFIABIBuilder (#18857)
by Tianqi Chen
· 2 weeks ago
e693452
fix: Complete CHECK update across contrib runtime (#18861)
by Ruihang Lai
· 3 weeks ago
63f099a
[CI][Docs] Update Sphinx dependencies (#18860)
by Masahiro Hiramori
· 3 weeks ago
2bab8bc
fix: Use T.decl_buffer instead of T.Buffer for aliased buffers in LongRoPE (#18859)
by Ruihang Lai
· 3 weeks ago
9ffffae
fix: Complete ICHECK update across codebase (#18858)
by Ruihang Lai
· 3 weeks ago
173bb23
[Runtime][Builtin] Handle mismatched type on argument #0 when calling Builtin Runtime Operators (#18837)
by Nguyen Duy Loc
· 3 weeks ago
61f8081
[TVMScript] Fix PEP 563 closure variable resolution (#18856)
by Tianqi Chen
· 3 weeks ago
ae1f8f7
[DOCKER] Refactor bash.sh: auto-detect rootless, add --shell, TVM_DEV_MOUNTS (#18854)
by Tianqi Chen
· 3 weeks ago
293b580
[Docs] Fix RPC tutorial to use set_input + invoke_stateful API (#18855)
by landern
· 3 weeks ago
2f43f77
[REFACTOR][CONTRIB] Remove MSC contrib module (#18845)
by Tianqi Chen
· 3 weeks ago
ff29817
[LLVM] Bump minimum LLVM version to 15 (#18853)
by Tianqi Chen
· 3 weeks ago
91e9e2d
[CI] Remove stale test scripts (i386, hexagon, mypy) (#18851)
by Tianqi Chen
· 3 weeks ago
3e5e4cf
[TEST] Remove stale URL mappings from request_hook (#18850)
by Tianqi Chen
· 3 weeks ago
2fd4e11
[PYTHON] Fix PEP 563 compat and remove args_converter (#18847)
by Tianqi Chen
· 3 weeks ago
7d5c46e
[TIR][FEAT] Require DeclBuffer before use in verify_well_formed (#18843)
by Tianqi Chen
· 3 weeks ago
5319c9c
[REFACTOR] Remove unused mscclpp contrib module (#18852)
by Tianqi Chen
· 3 weeks ago
c45f72d
[CMAKE] Remove unused Libbacktrace.cmake (#18849)
by Tianqi Chen
· 3 weeks ago
ab4ddd2
[CI] Remove legacy lint scripts and Apache RAT (#18848)
by Tianqi Chen
· 3 weeks ago
f7ebbdb
[REFACTOR] Further cleanup node redirections (#18844)
by Tianqi Chen
· 3 weeks ago
9a8320a
[LINT][PYTHON] Modernize annotations with ruff UP rules (#18830)
by Tianqi Chen
· 3 weeks ago
95a4b1a
[IR][TIR] Remove body from AssertStmt (#18832)
by Tianqi Chen
· 3 weeks ago
c1d3243
[BugFix][TOPI] Fix resize accuracy issue with non-floor rounding (#18838)
by Tianqi Chen
· 3 weeks ago
6653620
[ROCm] Fix some ROCm codegen bugs (#15518)
by llpan
· 3 weeks ago
e5f483c
[REFACTOR][NODE] Remove node redirect headers (#18829)
by Tianqi Chen
· 3 weeks ago
2d1f1cd
[REFACTOR] Update CHECK and ICHECK_GE to TVM_FFI_ICHECK and TVM_FFI_ICHECK_GE in thrust.cu (#18825)
by Sidharth N. Babu
· 3 weeks ago
e30208c
[REFACTOR] Phase out root Makefile (#18828)
by Tianqi Chen
· 3 weeks ago
c7af8e4
[DOC] Update installation docs with missing dependencies (#18194) (#18808)
by AshwiniBokka
· 3 weeks ago
7b771ce
fix: replace 6 bare except clauses with except Exception (#18821)
by Sense_wang
· 3 weeks ago
24a4e6c
[LLVM] Fix build failures when building with llvm>=22 (#18818)
by Masahiro Hiramori
· 3 weeks ago
8cb946e
[TARGET] Specify correct `mcpu` for Metal target tags (#18822)
by Masahiro Hiramori
· 3 weeks ago
8c259a3
[REFACTOR][CI] Further cleanup docker images (#18817)
by Masahiro Hiramori
· 3 weeks ago
327315c
[REFACTOR][METAL] Update CHECK_LE to TVM_FFI_ICHECK_LE in Metal runtime (#18819)
by Masahiro Hiramori
· 3 weeks ago
f8dc0fb
[REFACTOR][CI] Modernize Python dependency management with uv (#18812)
by Masahiro Hiramori
· 3 weeks ago
8fe6c8a
[REFACTOR][S-TIR] Lift STIR-only attributes out of tir::attr namespace (#18816)
by Tianqi Chen
· 3 weeks ago
4fad6fc
[Relax] Make ShapeType ndim parameter mandatory (#18814)
by Guan-Ming (Wesley) Chiu
· 3 weeks ago
6d46fa7
[Relax][PyTroch] Add randn.default and randn_like.default support (#18815)
by Guan-Ming (Wesley) Chiu
· 3 weeks ago
d463395
[REFACTOR][RUNTIME] Phase out legacy contrib runtime backends (#18813)
by Tianqi Chen
· 3 weeks ago
2cbbcd5
[Refactor][Metal] Update ICHECK to TVM_FFI_ICHECK in Metal runtime (#18811)
by Bryan
· 3 weeks ago
33dcea1
[REFACTOR][LINT] Modernize ruff config (#18810)
by Tianqi Chen
· 3 weeks ago
55027b7
[DRAFT][DO NOT MERGE] Bump tvm-ffi to v0.1.9 (#18801)
by Yong Wu
· 4 weeks ago
7ac12eb
[CI] Add GitHub Actions lint workflow (#18809)
by Tianqi Chen
· 4 weeks ago
aa2e609
[LINT] Modernize lint to use pre-commit hooks (#18807)
by Tianqi Chen
· 4 weeks ago
c0828bc
[REFACTOR][TEST] Migrate tir-transform tests from TE to TVMScript (#18805)
by Tianqi Chen
· 4 weeks ago
7e2ebc9
[REFACTOR][TEST] Remove unused te imports from test files (#18804)
by Tianqi Chen
· 4 weeks ago
f533d0b
[REFACTOR] Migrate CHECK macros to tvm-ffi ones (#18803)
by Tianqi Chen
· 4 weeks ago
c35f868
[CI] Update images to `20260219-160550-72f51851` (#18800)
by Masahiro Hiramori
· 4 weeks ago
9752557
support integer types in fast_tanh and fast_exp (#18768)
by Qingchao Shen
· 4 weeks ago
d8a4e6d
[FFI] Bring up latest tvm-ffi (#18802)
by Tianqi Chen
· 4 weeks ago
1ebd5e0
[DOC] Fix docstring, unify CMake, nvidia-docker deprecation (#18799)
by Ruslan Baratov
· 4 weeks ago
72f5185
[CI] Refactor Dockerfiles and installation scripts (#18796)
by Masahiro Hiramori
· 4 weeks ago
52e4547
[DOC] Unify CUDA naming (#18797)
by Ruslan Baratov
· 4 weeks ago
04b351c
[DOC] Unify GitHub naming (#18794)
by Ruslan Baratov
· 4 weeks ago
993c785
[ONNX] Handle Gelu approximate attribute from Opset 20 (#18773)
by Harikrishna KP
· 4 weeks ago
8057a76
[CI] Update actions to latest and move to full commit SHA pinning (#18792)
by Masahiro Hiramori
· 4 weeks ago
283fd19
[REFACTOR][TARGET] Further cleanup target python api (#18793)
by Tianqi Chen
· 4 weeks ago
e49f50b
[RELAX] Improve well-formed checker error messages with function names (#18791)
by Guan-Ming (Wesley) Chiu
· 4 weeks ago
0460d82
[REFACTOR][TARGET] Cleanup target config (#18788)
by Tianqi Chen
· 4 weeks ago
bcd716b
[DOC] Fix various RST issues (#18789)
by Ruslan Baratov
· 4 weeks ago
4d4351d
[DOC] Fix various grammar and punctuation issues (#18790)
by Ruslan Baratov
· 4 weeks ago
c6b3fea
[CI] Update images to `20260214-152058-2a448ce4` (#18775)
by Masahiro Hiramori
· 4 weeks ago
2030db3
[REFACTOR][TARGET] Phase out legacy target string in favor of json (#18785)
by Tianqi Chen
· 4 weeks ago
8e59a56
[CONTRIB] Cache the shape and dtype array in json access (#18786)
by Tianqi Chen
· 4 weeks ago
7e36a1e
[DOC] Fix PYTHONPATH in "Install from Source" (#18770)
by Ruslan Baratov
· 4 weeks ago
c1b6e50
[REFACTOR][RUNTIME] Transition metadata into ffi (#18784)
by Tianqi Chen
· 4 weeks ago
d537195
[chore] cleanup unsed legacy backtrac code in logging (#18781)
by Tianqi Chen
· 5 weeks ago
ac70260
[CI] Update system cuda version 12.4->12.8 (#18783)
by Masahiro Hiramori
· 5 weeks ago
09be548
[S-TIR][FIX] Remove redundant std::move() to itself (#18782)
by Balint Cristian
· 5 weeks ago
0291afa
[CI] Remove unity from tvm-bot (#18780)
by Masahiro Hiramori
· 5 weeks ago
Next »