Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KnowingNothing/MatmulTutorial
/ producer_commit
Function
producer_commit
include/pipeline.h:183–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
}
182
183
DEVICE void producer_commit(PipelineState state, uint32_t bytes) {
184
producer_commit(state.index(), bytes);
185
}
186
187
// Prevents early exit of producer blocks in Cluster.
188
// This should be called once before kernel exits.
Callers
nothing calls this directly
Calls
1
index
Method · 0.80
Tested by
no test coverage detected