Skip to main content

Module macro_names

Module macro_names 

Source
Expand description

Macro names exposed by atomr_hopper.cuh for callers to reference in their NVRTC sources.

Constantsยง

CP_ASYNC_BULK
Bulk async copy (cp.async.bulk.shared::cluster.global) for TMA-driven loads.
CP_ASYNC_CA_4
Issue a cp.async.ca.shared.global (4B-aligned, cache-all).
CP_ASYNC_CG_16
Issue a cp.async.cg.shared.global (16B-aligned). 4-arg macro: (dst_smem_addr, src_global_addr, bytes, predicate).
CP_ASYNC_COMMIT_GROUP
Commit-group barrier (cp.async.commit_group).
CP_ASYNC_WAIT_GROUP
Wait-group barrier (cp.async.wait_group <N>).