Skip to main content
Log in

Mojo function

cluster_arrive_relaxed

cluster_arrive_relaxed()

Signals arrival at a cluster synchronization point with relaxed memory ordering.

This is a relaxed version of cluster_arrive() that does not enforce memory ordering guarantees. It should be used when memory ordering is not required between thread blocks in the cluster. Only supported on NVIDIA SM90+ GPUs.