D1.5 debug: try corr_tile_size=32 for O rescale round-trip
This commit is contained in:
@@ -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))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user