Files
composable_kernel/example
Amir Ghamarian e21b915381 Fix bs32 tiny tier race condition: promote to small tier
The 1-warp 16x16 MFMA tiny tier with kPageBlockSize=32 has a
non-deterministic race condition in block_tile_reduce_sync when
the last KV block has 9+ valid tokens (crossing a half-MFMA
boundary). Promote bs32 decode to the small tier (2-warp, 32x32
MFMA) which uses permlane32_swap and is deterministic.

Made-with: Cursor
2026-03-30 15:10:00 +00:00
..
2026-01-14 07:31:45 -08:00