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

Method arrive

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

Barrier arrive on local smem

Source from the content-addressed store, hash-verified

51
52 // Barrier arrive on local smem
53 DEVICE void arrive() const { ClusterBarrier::arrive(&this->barrier_); }
54
55 // Remote SMEM arrive with a perdicate (usually done to pick the thread doing
56 // the arrive)

Callers 2

consumer_releaseFunction · 0.45
arriveMethod · 0.45

Calls 1

cast_smem_ptr_to_uintFunction · 0.85

Tested by

no test coverage detected