Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaptiveCpp/AdaptiveCpp
/ assign_to_execution_lane
Method
assign_to_execution_lane
src/runtime/dag_node.cpp:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
void dag_node::assign_to_execution_lane(
102
void * lane_id) {
103
this->_assigned_execution_lane = lane_id;
104
}
105
106
void dag_node::assign_execution_index(std::size_t index)
107
{
Callers
1
submit_directly
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected