Add missing TMEM fence after P store in TMEM-P path
This commit is contained in:
@@ -430,6 +430,7 @@ class FmhaKernel:
|
||||
rP_bf16_frg[None, j].store(s_vec.to(self.q_dtype))
|
||||
|
||||
cute.copy(tiled_tmem_store, rP_words, tTMEM_STOREtP)
|
||||
cute.arch.fence_view_async_tmem_store()
|
||||
else:
|
||||
# SMEM-P: compute softmax, write P to SMEM (TODO)
|
||||
for j in range(frg_cnt):
|
||||
|
||||
Reference in New Issue
Block a user