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

Method ClusterBarrier

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

Source from the content-addressed store, hash-verified

32
33 public:
34 DEVICE ClusterBarrier() = delete;
35
36 DEVICE void init(uint32_t arrive_count) const {
37 ClusterBarrier::init(&this->barrier_, arrive_count);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected