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

Method test_wait

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

Source from the content-addressed store, hash-verified

38 }
39
40 DEVICE uint32_t test_wait(uint32_t phase, uint32_t pred = true) const {
41 return ClusterBarrier::test_wait(&this->barrier_, phase, pred);
42 }
43
44 DEVICE uint32_t try_wait(uint32_t phase) const {
45 return ClusterBarrier::try_wait(&this->barrier_, phase);

Callers

nothing calls this directly

Calls 1

cast_smem_ptr_to_uintFunction · 0.85

Tested by

no test coverage detected