Current issue state, recent activity, and per-issue timelines from the indexed issue data.
| Date | Opened | Closed | Comments | Events | Open Backlog |
|---|---|---|---|---|---|
| 2026-09-20 | 0 | 0 | 0 | 0 | 0 |
| 2026-09-19 | 1 | 0 | 5 | 7 | 2 |
| 2026-09-18 | 0 | 1 | 2 | 3 | 2 |
| 2026-09-17 | 0 | 1 | 2 | 9 | 2 |
| 2026-09-16 | 1 | 1 | 3 | 17 | 4 |
| 2026-09-15 | 4 | 0 | 0 | 6 | 3 |
| 2026-09-14 | 1 | 2 | 0 | 6 | 1 |
| 2026-09-13 | 0 | 0 | 4 | 7 | 4 |
| 2026-09-12 | 1 | 1 | 0 | 0 | 2 |
| 2026-09-11 | 4 | 0 | 1 | 5 | 3 |
| 2026-09-10 | 1 | 5 | 1 | 6 | 2 |
| 2026-09-09 | 1 | 2 | 1 | 5 | 1 |
| 2026-09-08 | 1 | 5 | 0 | 9 | 1 |
| 2026-09-07 | 0 | 0 | 0 | 0 | 0 |
Opened: 7
Closed: 5
Comments: 12
Events: 48
| Issue | Author | State | Labels | Comments | Reactions | Updated |
|---|---|---|---|---|---|---|
#20388 [VOTE] Release Apache TVM v0.27.0.rc0 Opened 1 day ago | MasterJH5574 | open | No labels | 4 | 0 | 1 day ago |
#20197 [Bug][Relax] CombineParallelMatmul crashes on 1-D matmul boundary cases Opened 25 days ago | lrcyyds1 | open | type: bug needs-triage | 1 | 0 | 1 day ago |
#19578 [Bug] Matmul and reductions with zero-size dimension return uninitialized memory Opened 4 months ago | wuyii8941 | open | type: bug needs-triage | 1 | 0 | 2 days ago |
#20263 [Bug][Relax] ONNX Slice with runtime negative starts gives wrong results (zeros) — dynamic_strided_slice mishandles negative begin Opened 18 days ago | lrcyyds1 | open | type: bug needs-triage | 1 | 0 | 2 days ago |
#20269 [Bug] Allocation/shape arithmetic wraps in storage planning and workspace lowering Opened 16 days ago | LittlehamsterXu | closed - completed | type: bug needs-triage | 0 | 0 | 2 days ago |
#20361 [Bug] [Relax][cuDNN] CoreDump When cuDNN ConvEntry CleanWorkspace Opened 4 days ago | PengYoun9 | closed - completed | type: bug needs-triage | 0 | 0 | 3 days ago |
#19986 [CI Problem] test_solution_consistency fails intentionally-nondeterministic check in solve_linear_equations Opened 2 months ago | OmarAzizi | open | needs-triage type:ci | 1 | 0 | 3 days ago |
#20342 [Bug][Performance Regression][Relax][DLight] FP16 Exp producer inlining across broadcast causes 30-60% slowdown on RTX A6000 Opened 5 days ago | pinpinpoo | open | type: bug needs-triage | 2 | 0 | 3 days ago |
#20315 [Bug][TIRx][FP8] DTypeConversion mis-encodes float8_e5m2 zero/subnormal values when converting to/from float32 Opened 9 days ago | LittlehamsterXu | open | type: bug needs-triage | 2 | 0 | 4 days ago |
#20319 [Relax][Frontend][Torch] `_one_hot` does not validate `num_classes`: non-positive values crash `relax.op.one_hot` with an opaque `InternalError` ("depth must be positive") Opened 9 days ago | siyiweigeHEW | closed - completed | No labels | 0 | 0 | 4 days ago |
#20352 [Bug] Hexagon codegen is broken on main and the only test covering it never runs Opened 4 days ago | neuregex | open | No labels | 0 | 0 | 4 days ago |
#20343 [Bug] Unsigned conditions crash block access-region analysis with an internally generated negative constant Opened 5 days ago | sepcnt | open | type: bug needs-triage | 0 | 0 | 5 days ago |
#20340 [Bug] Fixed-point multiply legalization rejects runtime operands, zero-exponent scaling, and integer flags Opened 5 days ago | sepcnt | open | type: bug needs-triage | 0 | 0 | 5 days ago |
#20335 [Bug][Relax] BundleModelParams output (tuple param with symbolic-shape fields) segfaults VMShapeLower Opened 6 days ago | lrcyyds1 | open | type: bug needs-triage | 0 | 0 | 6 days ago |
#20290 [Bug] keep_params_in_input strip names incorrectly when using tvm.relax.frontend.onnx.from_onnx Opened 12 days ago | HikaliIzu | closed - completed | type: bug needs-triage | 1 | 0 | 6 days ago |
#20281 [Bug][Relax] Constant folding of an int64 Div goes through float64 and is off by one above 2^53 Opened 14 days ago | lackjava-creator | closed - completed | type: bug needs-triage | 1 | 0 | 6 days ago |
#19969 [Bug][Dlight]DLight GPU GEMV fails with undefined TX in broadcast epilogue path Opened 2 months ago | Nanmur | closed - completed | type: bug needs-triage | 0 | 0 | 7 days ago |
#20047 [Bug] `relax.build` crashes with an `AttributeError` during the dlight GPU scheduling pass Opened 2 months ago | XYZboom | open | type: bug needs-triage | 3 | 0 | 7 days ago |
#20307 [Bug][Relax] split with out-of-range indices: type layer clamps but topi computes a negative extent ? bad_alloc / uint error / silent oversized (OOB-read) output depending on config Opened 10 days ago | lrcyyds1 | open | type: bug needs-triage | 1 | 0 | 7 days ago |
#20328 [TIRx][CUDA] tcgen05.mma.ws has no collector_b modifier on sm_100a Opened 7 days ago | jinhongyii | closed - completed | No labels | 0 | 0 | 7 days ago |
#20321 [Relax][Frontend][Torch] `_squeeze` does not validate `dim`: out-of-bounds tuple dims are silently converted to `squeeze(None)` via `from_fx` (native PyTorch raises `IndexError`) Opened 9 days ago | siyiweigeHEW | open | No labels | 0 | 0 | 9 days ago |
#20297 Bug][Relax] Unchecked indices in gather/scatter ops: silent OOB reads and memory-corrupting OOB writes (reachable through the ONNX importer) Opened 11 days ago | lrcyyds1 | open | type: bug needs-triage | 2 | 0 | 9 days ago |
#20314 [Bug] MetaSchedule tuning exits successfully with zero candidates measured on Windows Opened 9 days ago | pisarev | open | type: bug needs-triage | 0 | 0 | 9 days ago |
#20268 [Bug] TIR allocation-size analysis silently overflows in `ConstantAllocationSize` and `CalculateAllocatedBytes` Opened 16 days ago | LittlehamsterXu | closed - completed | type: bug needs-triage | 0 | 0 | 10 days ago |
#19848 # [Performance] `nn.pad` reflect/replicate ~1.5x slower than needed since v0.21 (nested `if_then_else` boundary index) Opened 3 months ago | junghyunpark2001 | closed - completed | type: bug needs-triage | 2 | 0 | 10 days ago |