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

Function cluster_arrive_relaxed

include/barrier.h:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18DEVICE void cluster_arrive_relaxed() {
19 asm volatile("barrier.cluster.arrive.relaxed.aligned;\n" : :);
20}
21
22DEVICE void cluster_wait() {
23 asm volatile("barrier.cluster.wait.aligned;\n" : :);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected