From 6827862b3d4bfe70a9ebbb7f4b2e2d82b903b560 Mon Sep 17 00:00:00 2001 From: biondizzle Date: Fri, 22 May 2026 19:25:05 +0000 Subject: [PATCH] Fix: fence_async_shared -> fence_view_async_shared --- tests/fmha_v3_real_softmax.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fmha_v3_real_softmax.py b/tests/fmha_v3_real_softmax.py index 089e15ea..05f6eb5a 100644 --- a/tests/fmha_v3_real_softmax.py +++ b/tests/fmha_v3_real_softmax.py @@ -201,7 +201,7 @@ class FmhaV3RealSoftmax: for kb in cutlass.range(cute.size(tOrP0, mode=[2]), unroll_full=True): cute.gemm(pv_mma, tOtO0, tOrP0[(None,None,kb)], tCrV[(None,None,kb,kvh.index)], tOtO0) pv_mma.set(tcgen05.Field.ACCUMULATE, True) - cute.arch.fence_async_shared() + cute.arch.fence_view_async_shared() kvh.release() acc_pipe.producer_commit(acc_st); acc_st.advance() acc_pipe.producer_tail(acc_st)