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

Method get_assigned_executor

src/runtime/dag_node.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122device_id dag_node::get_assigned_device() const { return _assigned_device; }
123
124backend_executor *dag_node::get_assigned_executor() const
125{
126 return _assigned_executor;
127}
128
129void* dag_node::get_assigned_execution_lane() const
130{

Callers 1

is_submitted_by_meMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected