MCPcopy Create free account
hub / github.com/KnowingNothing/MatmulTutorial / cluster_wait

Function cluster_wait

include/barrier.h:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22DEVICE void cluster_wait() {
23 asm volatile("barrier.cluster.wait.aligned;\n" : :);
24}
25
26struct ClusterBarrier {
27 using ValueType = uint64_t;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected