Current issue state, recent activity, and per-issue timelines from the indexed issue data.
| Date | Opened | Closed | Comments | Events | Open Backlog |
|---|---|---|---|---|---|
| 2026-07-10 | 0 | 0 | 0 | 0 | 0 |
| 2026-07-09 | 0 | 0 | 0 | 0 | 0 |
| 2026-07-08 | 0 | 0 | 0 | 0 | 0 |
| 2026-07-07 | 0 | 0 | 0 | 0 | 0 |
| 2026-07-06 | 10 | 0 | 0 | 12 | 10 |
| 2026-07-05 | 0 | 1 | 0 | 2 | 0 |
| 2026-07-04 | 0 | 0 | 0 | 0 | 0 |
| 2026-07-03 | 1 | 1 | 1 | 5 | 2 |
| 2026-07-02 | 2 | 3 | 2 | 10 | 3 |
| 2026-07-01 | 3 | 2 | 5 | 14 | 3 |
| 2026-06-30 | 8 | 0 | 0 | 9 | 8 |
| 2026-06-29 | 3 | 1 | 1 | 5 | 3 |
| 2026-06-28 | 0 | 3 | 2 | 8 | 1 |
| 2026-06-27 | 0 | 0 | 1 | 1 | 1 |
Opened: 10
Closed: 1
Comments: 0
Events: 14
| Issue | Author | State | Labels | Comments | Reactions | Updated |
|---|---|---|---|---|---|---|
#2536 [BUG][Fuzzer] `T.cumsum`/`T.cummax` over a row-offset 2-D shared sub-region silently scans the wrong rows instead of the requested ones Opened 4 days ago | Hughshine | open | bug | 0 | 0 | 4 days ago |
#2530 [BUG][Fuzzer] `T.reduce_*` with a documented keep-dim `(M, 1)` destination aborts compilation with an internal `ICHECK` (`vars.size() == InputDim()` 2 vs. 1) instead of compiling Opened 4 days ago | Hughshine | open | bug | 0 | 0 | 4 days ago |
#2529 [BUG][Fuzzer] A partial-tile 1-D shared→global `T.copy` crashes the compiler with `IndexError` in `InferBulkLayout` instead of lowering or rejecting cleanly Opened 4 days ago | Hughshine | open | bug | 0 | 0 | 4 days ago |
#2528 [BUG][Fuzzer] Pipelined `T.copy` into a 1-D `block_K=32` fp16 shared buffer crashes with `CUDA error: misaligned address` instead of running Opened 4 days ago | Hughshine | open | bug | 0 | 0 | 4 days ago |
#2527 [BUG][Fuzzer] Partial-region shared→global `T.copy` with a non-16B-aligned innermost offset crashes with `cudaErrorIllegalInstruction` instead of copying Opened 4 days ago | Hughshine | open | bug | 0 | 0 | 4 days ago |
#2526 [BUG][Fuzzer] `T.copy` over a `T.make_tensor` view emits an unconditional 16-byte `int4` load/store that crashes with `CUDA error: misaligned address` instead of honoring (or rejecting on) the view's runtime base alignment Opened 4 days ago | Hughshine | open | bug | 0 | 0 | 4 days ago |
#2525 [BUG][Fuzzer] 1-D bulk TMA store of a shared→global `T.copy` whose byte size isn't a multiple of 16 silently drops the unaligned tail instead of copying the whole buffer Opened 4 days ago | Hughshine | open | bug | 0 | 0 | 4 days ago |
#2524 [BUG][Fuzzer] `T.reduce_sum`/`T.reduce_max` with `batch > 1` silently returns a wrong reduction instead of the correct one when the reduce dimension spans fewer threads than the block Opened 4 days ago | Hughshine | open | bug | 0 | 0 | 4 days ago |
#2523 [BUG][Fuzzer] `T.cumsum`/`T.cummax` over a non-contiguous 2-D shared sub-region silently returns wrong numbers instead of a correct prefix scan Opened 4 days ago | Hughshine | open | bug | 0 | 0 | 4 days ago |
#2522 [BUG][Fuzzer] WGMMA `T.gemm` with `FullRow` and >1 warpgroup along M (e.g. `block_M=256`) silently swaps 64-row output sub-blocks instead of storing each row to its correct place Opened 4 days ago | Hughshine | open | bug | 0 | 0 | 4 days ago |
#2516 [Bug] target="auto" detects arch from hardcoded device 0 — wrong-arch kernels on heterogeneous multi-GPU hosts (CUDA_ERROR_NO_BINARY_FOR_GPU) Opened 6 days ago | net-snix | closed - completed | No labels | 0 | 0 | 5 days ago |
#2394 [BUG][Fuzzer] LayoutInference crashes with an internal "Divide by zero" instead of compiling — column-broadcast into a 2-D `T.Parallel` when the tile width isn't a power of two Opened 26 days ago | Hughshine | closed - completed | bug | 0 | 0 | 7 days ago |
#2483 [BUG][Fuzzer] `T.Cast` of an integer to `bfloat16` silently truncates toward zero instead of round-to-nearest-even — int→`float16` and `float32`→bf16 round correctly Opened 10 days ago | Hughshine | open | bug | 2 | 0 | 7 days ago |
#2510 [BUG][Fuzzer] `M.ieee_*` is only correct for `float32`: `float64` fails to compile, `float16`/`bfloat16` silently miscompute Opened 8 days ago | Hughshine | open | bug | 0 | 0 | 8 days ago |
#2478 [BUG][Fuzzer] `T.atomic_addx4` on a matched `float16`/`bfloat16` destination silently returns wrong numbers (and crashes at unaligned offsets) instead of doing a 4-element atomic add — no fp16/bf16 `AtomicAddx4` specialization Opened 10 days ago | Hughshine | closed - completed | bug | 0 | 0 | 8 days ago |
#2506 [BUG][Fuzzer] `T.copy_cluster` emits a `cp.async.bulk` with a non-16B transfer size (PTX-undefined behavior; hangs the kernel on H100) instead of rounding or rejecting it Opened 8 days ago | Hughshine | open | bug | 0 | 0 | 8 days ago |
#2482 [BUG][Fuzzer] `_tir_u32_to_int_to_float` silently decodes signed sub-word ints as unsigned (zero-extends instead of sign-extending) — every negative value decodes positive Opened 10 days ago | Hughshine | closed - completed | bug | 0 | 0 | 8 days ago |
#2501 [Question] [RFC ] Is P2P already enough? Opened 9 days ago | RuneFang | closed - completed | question | 3 | 0 | 8 days ago |
#2504 [BUG][Fuzzer] Public TMEM/TMA DSL builtins have no arch gate — a too-low target fails with a confusing `namespace "tl" has no member` nvcc error instead of a clean rejection Opened 9 days ago | Hughshine | open | bug | 0 | 0 | 9 days ago |
#2503 [BUG][Fuzzer] Stochastic-rounding `f32`→fp4/fp8 cast is gated `sm_80+` but needs `sm_100a` — ptxas aborts instead of a clean rejection Opened 9 days ago | Hughshine | open | bug | 0 | 0 | 9 days ago |
#2479 [BUG][Fuzzer] `decode_i2s_to_i4s` silently decodes signed int2 as unsigned (sign-correction branch is an empty `if constexpr`) — every negative int2 loses its sign Opened 10 days ago | Hughshine | closed - completed | bug | 1 | 0 | 9 days ago |
#2477 [BUG][Fuzzer] `decode_i4s_to_i8s` silently decodes signed int4 as `nibble − 7` instead of two's-complement, disagreeing with its own scalar sibling Opened 10 days ago | Hughshine | closed - completed | bug | 1 | 0 | 9 days ago |
#2497 [BUG] `T.Pipelined` auto-`cp.async` lowering emits local-to-local `cp_async_gs_conditional`, causing runtime `CUDA_ERROR_INVALID_ADDRESS_SPACE` on TileLang 0.1.9 Opened 10 days ago | Fangyfan | open | bug | 0 | 0 | 10 days ago |
#2489 [BUG][Fuzzer] Vectorized broadcast-store of a negative `int32` across a 256-bit vector silently writes the sign-extension (not the value) to half the lanes on Blackwell (sm_100) Opened 10 days ago | Hughshine | open | bug | 0 | 0 | 10 days ago |
#2481 [BUG][Fuzzer] `_tir_f32x2_to_bf16x2_to_u32` silently turns inf/NaN into ±0.0/±inf instead of preserving it — RNE bias add has no `exp == 0xFF` guard Opened 10 days ago | Hughshine | open | bug | 0 | 0 | 10 days ago |