Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ set_queue
Method
set_queue
src/runtime/CL/CLScheduler.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void CLScheduler::set_queue(cl::CommandQueue queue)
58
{
59
_queue = std::move(queue);
60
}
61
62
void CLScheduler::set_target(GPUTarget target)
63
{
Callers
3
set_cl_queue
Method · 0.80
run
Method · 0.80
OpenCLClock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected