There was an error while loading. Please reload this page.
1 parent 5ee09c7 commit c88309bCopy full SHA for c88309b
1 file changed
quack/gemm_sm100.py
@@ -968,11 +968,11 @@ def kernel(
968
)
969
# Tensor memory dealloc barrier init
970
tmem = cutlass.utils.TmemAllocator(
971
- storage.tmem_holding_buf,
+ storage.tmem_holding_buf.ptr,
972
barrier_for_retrieve=tmem_alloc_barrier,
973
allocator_warp_id=self.epilog_warp_id[0],
974
is_two_cta=use_2cta_instrs,
975
- two_cta_tmem_dealloc_mbar_ptr=storage.tmem_dealloc_mbar_ptr,
+ two_cta_tmem_dealloc_mbar_ptr=storage.tmem_dealloc_mbar_ptr.ptr,
976
977
978
# Cluster arrive after barrier init
0 commit comments