diff --git a/dsv4/kernels/attention/fmha_tma.cuh b/dsv4/kernels/attention/fmha_tma.cuh index 09ef2060..cdd4da77 100644 --- a/dsv4/kernels/attention/fmha_tma.cuh +++ b/dsv4/kernels/attention/fmha_tma.cuh @@ -213,9 +213,9 @@ __device__ __forceinline__ void tma_store_2d( int coord_x, int coord_y ) { - // cp.async.bulk.tensor.2d.global.shared::cta.bulk_group [tensorMap, {coord}], [srcMem]; + // cp.async.bulk.tensor.2d.global.shared::cluster.bulk_group [tensorMap, {coord}], [srcMem]; asm volatile( - "cp.async.bulk.tensor.2d.global.shared::cta.bulk_group " + "cp.async.bulk.tensor.2d.global.shared::cluster.bulk_group " "[%1, {%2, %3}], [%0];" :: "r"(smem_src), "l"(tma_desc),