From 6a7b955c19cf020d93fe4baffe170e1f7b34d152 Mon Sep 17 00:00:00 2001 From: biondizzle Date: Fri, 22 May 2026 18:47:05 +0000 Subject: [PATCH] DEBUG: add version marker to confirm code changes are running --- tests/fmha_v3_stage_c_example6.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fmha_v3_stage_c_example6.py b/tests/fmha_v3_stage_c_example6.py index 1ad54f53..ec9db606 100644 --- a/tests/fmha_v3_stage_c_example6.py +++ b/tests/fmha_v3_stage_c_example6.py @@ -444,7 +444,7 @@ def test(): # Each n requires its own compiled kernel (s_k is compile-time). kernel = FmhaV3StageCMulti(s_k=n) - print(f'n={n}: Compiling...', flush=True) + print(f'n={n}: Compiling... [SLICE_FIX_v5]', flush=True) compiled = cute.compile(kernel, mQ, mK, mV, mC, stream) print(f'n={n}: tmem s0={kernel.tmem_s0_offset} p0={kernel.tmem_p0_offset} ' f'o0={kernel.tmem_o0_offset} alloc={kernel.num_tmem_alloc_cols} '