Repository Issue Activity (beta)

tile-ai/tilelang

Current issue state, recent activity, and per-issue timelines from the indexed issue data.

Open Issues
238
New in 7 Days
25
Closed in 7 Days
5
Average Open Age
34 days
Stale 30+ Days
134
Stale 90+ Days
62
Last 2 Weeks
DateOpenedClosedCommentsEventsOpen Backlog
2026-08-2400000
2026-08-2310002
2026-08-2201000
2026-08-2111132
2026-08-2001061
2026-08-1900001
2026-08-1801030
2026-08-172312723
2026-08-162300032
2026-08-151812610
2026-08-1420001
2026-08-1351027
2026-08-1290129
2026-08-1105271
This Week

Opened: 2

Closed: 4

Comments: 1

Events: 12

Top Labels
bug (318)
enhancement (117)
question (74)
good first issue (41)
help wanted (32)
documentation (4)
need V100 (3)
duplicate (2)
Issue Explorer
IssueAuthorStateLabelsCommentsReactionsUpdated

#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
001 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
102 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
002 days ago

#3062 [BUG] export_library fails on disk-cache hit even with execution_backend="tvm_ffi"

Opened 3 days ago
zqa2012
open
bug
003 days ago

#1729 [Feature Request] Improve layout when small fragments cause excessive thread replication

Opened 7 months ago
LJC00118
closed - completed
enhancement
703 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
204 days ago

#2913 [Feature Request] Add TileLang support to Compiler Explorer (Godbolt)

Opened 17 days ago
LeiWang1999
open
enhancement
help wanted
104 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
104 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
006 days ago

#3042 [BUG] 屏障误删导致的共享内存的读写冲突

Opened 7 days ago
kdywt
open
bug
207 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
007 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
007 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
007 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
007 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
007 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
007 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
007 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
007 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
007 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
007 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
007 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
007 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
007 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
007 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
007 days ago

Rows per page:

1–25 of 872