Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KnowingNothing/MatmulTutorial
/ make_pipeline_state
Method
make_pipeline_state
include/barrier.h:221–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
DEVICE static PipelineState make_pipeline_state(PipelineState start_state,
222
uint32_t num_iterations) {
223
return start_state.advance(num_iterations);
224
}
225
};
226
227
template <int SequenceDepth, int SequenceLength>
Callers
nothing calls this directly
Calls
1
advance
Method · 0.45
Tested by
no test coverage detected