From ef0ac2c18716bd697b28c2917f76c01aa34c7893 Mon Sep 17 00:00:00 2001 From: biondizzle Date: Sat, 23 May 2026 09:30:48 +0000 Subject: [PATCH] Fix syntax error in debug code --- dsv4/kernels/attention/fmha.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dsv4/kernels/attention/fmha.py b/dsv4/kernels/attention/fmha.py index 1f65f246..fcd7ce93 100644 --- a/dsv4/kernels/attention/fmha.py +++ b/dsv4/kernels/attention/fmha.py @@ -265,7 +265,8 @@ class FmhaKernel: cute.arch.fence_proxy("async.shared", space="cta") softmax_done_bar.arrive() - print(f"[SMEM-P DEEP DEBUG] === END ===") cute.arch.fence_view_async_tmem_store() + print(f"[SMEM-P DEEP DEBUG] === END ===") + cute.arch.fence_view_async_tmem_store() kvh.release() acc_pipe.producer_commit(acc_st); acc_st.advance() final_o_bar.arrive()