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

Method wait

include/barrier.h:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 DEVICE void wait(uint32_t phase) const {
49 ClusterBarrier::wait(&this->barrier_, phase);
50 }
51
52 // Barrier arrive on local smem
53 DEVICE void arrive() const { ClusterBarrier::arrive(&this->barrier_); }

Callers 3

producer_acquireFunction · 0.45
consumer_waitFunction · 0.45
waitMethod · 0.45

Calls 1

cast_smem_ptr_to_uintFunction · 0.85

Tested by

no test coverage detected