fix: brace structure in V TMA conversion
This commit is contained in:
@@ -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 ----
|
||||
|
||||
Reference in New Issue
Block a user