Update nvvm API call from nvvm enum to str (#2985)
This commit is contained in:
@@ -1261,10 +1261,7 @@ class GroupedGemmKernel:
|
||||
tRS_sC[(None, None, None, epi_buffer)],
|
||||
)
|
||||
# Fence and barrier to make sure shared memory store is visible to TMA store
|
||||
cute.arch.fence_proxy(
|
||||
cute.arch.ProxyKind.async_shared,
|
||||
space=cute.arch.SharedSpace.shared_cta,
|
||||
)
|
||||
cute.arch.fence_proxy("async.shared", space="cta")
|
||||
self.epilog_sync_barrier.arrive_and_wait()
|
||||
#
|
||||
# store C to global memory with TMA
|
||||
|
||||
Reference in New Issue
Block a user