SMEM-P: disable debug flags, revert to original mapping

This commit is contained in:
2026-05-23 20:12:26 +00:00
parent c7f613644f
commit cf9050c333

View File

@@ -23,7 +23,7 @@ class FmhaKernel:
self.n_pv_tiles = head_dim // self.pv_n_tile
self.use_smem_p = use_smem_p if use_smem_p is not None else (head_dim > 64)
self.debug_p_one = False # DEBUG: write constant P=1.0 to verify mapping
self.debug_swap_mn = True # DEBUG: try swapping m and n0 in coordinate mapping
self.debug_swap_mn = False # DEBUG: try swapping m and n0 in coordinate mapping
self.acc_dtype = Float32; self.qk_acc_dtype = Float32
self.q_dtype = BFloat16; self.o_dtype = BFloat16; self.c_dtype = BFloat16
self.use_2cta_instrs = False; self.epilog_sync_bar_id = 1