D1.5 debug: try corr_tile_size=32 for O rescale round-trip

This commit is contained in:
2026-05-26 20:43:29 +00:00
parent 20ed6d5114
commit e35b30dae6

View File

@@ -418,7 +418,7 @@ class FmhaKernel:
# sub-tiles, and building BOTH copies from the SAME tensor, ensures the
# column mappings agree on round-trip.
# ============================================================
corr_tile_size = 16 # Must be power of 2, divides head_dim
corr_tile_size = 32 # Must be power of 2, divides head_dim. Try 32 instead of 16.
tOtO_i_layout = cute.composition(
tOtO0.layout, cute.make_layout((128, corr_tile_size))
)