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

Method init

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

Source from the content-addressed store, hash-verified

34 DEVICE ClusterBarrier() = delete;
35
36 DEVICE void init(uint32_t arrive_count) const {
37 ClusterBarrier::init(&this->barrier_, arrive_count);
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);

Callers 2

ifMethod · 0.45

Calls 1

cast_smem_ptr_to_uintFunction · 0.85

Tested by

no test coverage detected