fix: indentation error in diag disable
This commit is contained in:
@@ -375,8 +375,9 @@ class FmhaV3StageCMulti:
|
|||||||
cute.arch.fence_view_async_tmem_store()
|
cute.arch.fence_view_async_tmem_store()
|
||||||
|
|
||||||
# === Per-tile O rescale: O *= acc_scale for kt > 0 ===
|
# === Per-tile O rescale: O *= acc_scale for kt > 0 ===
|
||||||
# TEMP: disabled for diagnosis
|
# TEMP: disabled for diagnosis — O rescale not applied
|
||||||
if False and kt > 0:
|
if kt > 0:
|
||||||
|
pass # O rescale disabled
|
||||||
if kt > 0:
|
if kt > 0:
|
||||||
for i in range(n_corr_tiles):
|
for i in range(n_corr_tiles):
|
||||||
tTMEM_LOADtO_i = cute.make_tensor(
|
tTMEM_LOADtO_i = cute.make_tensor(
|
||||||
|
|||||||
Reference in New Issue
Block a user