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

Method PipelineState

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

Source from the content-addressed store, hash-verified

172 uint32_t count_ = 0;
173
174 DEVICE PipelineState() : index_{}, phase_{}, count_{} {}
175
176 DEVICE PipelineState(int index, uint32_t phase, uint32_t count)
177 : index_(index), phase_(phase), count_(count) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected