Current issue state, recent activity, and per-issue timelines from the indexed issue data.
| Date | Opened | Closed | Comments | Events | Open Backlog |
|---|---|---|---|---|---|
| 2026-08-24 | 0 | 0 | 0 | 0 | 0 |
| 2026-08-23 | 1 | 0 | 0 | 0 | 2 |
| 2026-08-22 | 0 | 1 | 0 | 0 | 0 |
| 2026-08-21 | 1 | 1 | 1 | 3 | 2 |
| 2026-08-20 | 0 | 1 | 0 | 6 | 1 |
| 2026-08-19 | 0 | 0 | 0 | 0 | 1 |
| 2026-08-18 | 0 | 1 | 0 | 3 | 0 |
| 2026-08-17 | 23 | 1 | 2 | 7 | 23 |
| 2026-08-16 | 23 | 0 | 0 | 0 | 32 |
| 2026-08-15 | 18 | 1 | 2 | 6 | 10 |
| 2026-08-14 | 2 | 0 | 0 | 0 | 1 |
| 2026-08-13 | 5 | 1 | 0 | 2 | 7 |
| 2026-08-12 | 9 | 0 | 1 | 2 | 9 |
| 2026-08-11 | 0 | 5 | 2 | 7 | 1 |
Opened: 2
Closed: 4
Comments: 1
Events: 12
| Issue | Author | State | Labels | Comments | Reactions | Updated |
|---|---|---|---|---|---|---|
#3071 Silent all-zeros miscompilation of mamba-ssm's Mamba-3 MIMO kernel on GB10 (sm_121) — depends on JIT compile order, reproduces on 0.1.8 and 0.1.13 Opened 1 day ago | robertforbes68 | open | No labels | 0 | 0 | 1 day ago |
#2623 [BUG][Fuzzer][wrong-code] `T.finalize_reducer(reducer, batch>1)` silently reduces only the first `batch` elements Opened 1 month ago | Hughshine | open | No labels | 1 | 0 | 2 days ago |
#2569 [BUG][Fuzzer][ice-on-valid-code] `T.shfl_*` on `float16`/`bfloat16` fails to compile instead of shuffling the value Opened 2 months ago | Hughshine | closed - completed | bug | 0 | 0 | 2 days ago |
#3062 [BUG] export_library fails on disk-cache hit even with execution_backend="tvm_ffi" Opened 3 days ago | zqa2012 | open | bug | 0 | 0 | 3 days ago |
#1729 [Feature Request] Improve layout when small fragments cause excessive thread replication Opened 7 months ago | LJC00118 | closed - completed | enhancement | 7 | 0 | 3 days ago |
#3040 [BUG][Fuzzer][ice-on-valid-code] A width-changing `T.view` of a fragment aborts with an internal layout-inference `ICHECK` instead of a clear diagnostic Opened 7 days ago | Hughshine | open | No labels | 2 | 0 | 4 days ago |
#2913 [Feature Request] Add TileLang support to Compiler Explorer (Godbolt) Opened 17 days ago | LeiWang1999 | open | enhancement help wanted | 1 | 0 | 4 days ago |
#2688 [BUG][Fuzzer][wrong-code] Vectorized `T.atomic_add` silently downgrades the requested `memory_order` to relaxed Opened 1 month ago | Hughshine | closed - completed | No labels | 1 | 0 | 4 days ago |
#2985 [BUG][Fuzzer][ice-on-valid-code] `T.max`/`T.min`/`T.clamp` on `float8_e4m3`/`float8_e5m2` fail to compile instead of computing the value Opened 9 days ago | Hughshine | closed - completed | No labels | 0 | 0 | 6 days ago |
#3042 [BUG] 屏障误删导致的共享内存的读写冲突 Opened 7 days ago | kdywt | open | bug | 2 | 0 | 7 days ago |
#3039 [BUG][Fuzzer][ice-on-valid-code] Reading a `T.Pipelined` producer shared buffer after the loop crashes the compiler instead of compiling Opened 7 days ago | Hughshine | open | No labels | 0 | 0 | 7 days ago |
#2989 [BUG][Fuzzer][ice-on-valid-code] `T.__ldg` on `float16`/`bfloat16` fails to compile instead of loading the value Opened 9 days ago | Hughshine | closed - completed | No labels | 0 | 0 | 7 days ago |
#3038 [BUG][Fuzzer][wrong-code] Auto-vectorized `float32` `T.atomic_add` into shared emits a global-only vector builtin and crashes at launch (sm_90) Opened 7 days ago | Hughshine | open | No labels | 0 | 0 | 7 days ago |
#3037 [BUG][Fuzzer][ice-on-valid-code] 8-bit-operand sparse `T.gemm_sp` with `K > block_K` crashes `ThreadSync` (`Cannot match type int32 vs handle`) instead of compiling Opened 7 days ago | Hughshine | open | No labels | 0 | 0 | 7 days ago |
#3035 [BUG][Fuzzer][ice-on-invalid-code] `T.gemm` `k_pack` outside `{1, 2}` aborts with an internal `ICHECK` assert deep in a compiler pass instead of a clean frontend error Opened 7 days ago | Hughshine | open | No labels | 0 | 0 | 7 days ago |
#3034 [BUG][Fuzzer][ice-on-invalid-code] `T.rng_rand`/`T.rng_rand_float` with no preceding `T.rng_init` emit `curand…(&)` and crash nvcc, instead of a clean "init required" error Opened 7 days ago | Hughshine | open | No labels | 0 | 0 | 7 days ago |
#3033 [BUG][Fuzzer][ice-on-invalid-code] `T.finalize_reducer` on a reducer never reduced in a `T.Parallel` loop aborts with an internal `bad_optional_access` in `LayoutInference` Opened 7 days ago | Hughshine | open | No labels | 0 | 0 | 7 days ago |
#3032 [BUG][Fuzzer][ice-on-invalid-code] `T.gemm` on a narrow dtype (`int8`/`fp8`/`bfloat16`) with any sub-atom `block_K` crashes nvcc instead of cleanly rejecting Opened 7 days ago | Hughshine | open | No labels | 0 | 0 | 7 days ago |
#3031 [Enhancement] Pipeline planner `LOG(FATAL)`s on a legally reused shared buffer (region-overlap check has no liveness); add liveness or at least a clean diagnostic Opened 7 days ago | Hughshine | open | No labels | 0 | 0 | 7 days ago |
#3030 [BUG][Fuzzer][diagnostic] T.alloc_barrier(0) is accepted through the whole compile pipeline and emits `Barrier::init(0)` with no diagnostic Opened 7 days ago | Hughshine | open | No labels | 0 | 0 | 7 days ago |
#3029 [BUG][Fuzzer][ice-on-valid-code] Binding `T.rng_init()`'s documented state handle to a variable emits `void state = ;` and nvcc rejects the kernel Opened 7 days ago | Hughshine | open | No labels | 0 | 0 | 7 days ago |
#3027 [BUG][Fuzzer][ice-on-valid-code] LoopVectorize's internal index-scale product overflows int32 and aborts compile for a large-stride affine access whose every real index fits int32 Opened 7 days ago | Hughshine | open | No labels | 0 | 0 | 7 days ago |
#3026 [BUG][Fuzzer][ice-on-valid-code] `T.loop_break()` inside `T.unroll(explicit=True)` emits bare `break;` outside any loop, so nvcc rejects the kernel instead of it compiling Opened 7 days ago | Hughshine | open | No labels | 0 | 0 | 7 days ago |
#3025 [BUG][Fuzzer][wrong-code] `T.ldg*`/`T.stg*`/`T.lds*` on a `T.StridedTensor` address the wrong element — offset uses buffer shape, not the declared strides Opened 7 days ago | Hughshine | open | No labels | 0 | 0 | 7 days ago |
#3024 [BUG][Fuzzer][wrong-code] `T.clamp` silently drops `NaN` and returns the `min` bound instead of propagating `NaN` Opened 7 days ago | Hughshine | open | No labels | 0 | 0 | 7 days ago |