MCPcopy 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
57void CLScheduler::set_queue(cl::CommandQueue queue)
58{
59 _queue = std::move(queue);
60}
61
62void CLScheduler::set_target(GPUTarget target)
63{

Callers 3

set_cl_queueMethod · 0.80
runMethod · 0.80
OpenCLClockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected