MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / assign_execution_index

Method assign_execution_index

src/runtime/dag_node.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void dag_node::assign_execution_index(std::size_t index)
107{
108 this->_assigned_execution_index = index;
109}
110
111void dag_node::assign_effective_operation(std::unique_ptr<operation> op)
112{

Callers 1

submit_directlyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected