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

Method try_wait

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

Source from the content-addressed store, hash-verified

42 }
43
44 DEVICE uint32_t try_wait(uint32_t phase) const {
45 return ClusterBarrier::try_wait(&this->barrier_, phase);
46 }
47
48 DEVICE void wait(uint32_t phase) const {
49 ClusterBarrier::wait(&this->barrier_, phase);

Calls 1

cast_smem_ptr_to_uintFunction · 0.85

Tested by

no test coverage detected