From afa949071bc54b30af9837e5a9768be7e814b4af Mon Sep 17 00:00:00 2001 From: biondizzle Date: Fri, 29 May 2026 22:59:18 +0000 Subject: [PATCH] fix: brace structure in V TMA conversion --- dsv4/kernels/attention/fmha_6warp_tma.cuh | 1 - 1 file changed, 1 deletion(-) diff --git a/dsv4/kernels/attention/fmha_6warp_tma.cuh b/dsv4/kernels/attention/fmha_6warp_tma.cuh index ad4f4336..ab753032 100644 --- a/dsv4/kernels/attention/fmha_6warp_tma.cuh +++ b/dsv4/kernels/attention/fmha_6warp_tma.cuh @@ -233,7 +233,6 @@ fmha_6warp_tma_kernel( int g_mn = dd/8, g_k = lr/8, llr = dd%8, lc = lr%8; sV[g_k*2*64 + g_mn*64 + llr*8 + lc] = sTmaBuf[i]; } - } __syncthreads(); // ---- Warp 4: PV MMA ----