| 16 | } |
| 17 | |
| 18 | DEVICE void cluster_arrive_relaxed() { |
| 19 | asm volatile("barrier.cluster.arrive.relaxed.aligned;\n" : :); |
| 20 | } |
| 21 | |
| 22 | DEVICE void cluster_wait() { |
| 23 | asm volatile("barrier.cluster.wait.aligned;\n" : :); |
nothing calls this directly
no outgoing calls
no test coverage detected