Fix syntax error in debug code

This commit is contained in:
2026-05-23 09:30:48 +00:00
parent e400c935a9
commit ef0ac2c187

View File

@@ -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()