MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / set_context

Method set_context

src/runtime/CL/CLScheduler.cpp:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void CLScheduler::set_context(cl::Context context)
169{
170 _context = std::move(context);
171 CLKernelLibrary::get().set_context(_context);
172}
173
174void CLScheduler::init(cl::Context context,
175 cl::CommandQueue queue,

Callers 2

set_cl_ctxMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected