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

Method enqueue_op

src/runtime/CL/CLScheduler.cpp:258–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258void CLScheduler::enqueue_op(ICLKernel &kernel, ITensorPack &tensors, bool flush)
259{
260 ARM_COMPUTE_TRACE_EVENT_BEGIN(ARM_COMPUTE_PROF_CAT_SCHEDULER, ARM_COMPUTE_PROF_LVL_GPU, "CLScheduler::enqueue_op");
261 enqueue_common(kernel, tensors, flush);
262 ARM_COMPUTE_TRACE_EVENT_END(ARM_COMPUTE_PROF_CAT_SCHEDULER, ARM_COMPUTE_PROF_LVL_GPU);
263}
264
265void CLScheduler::enable_job_chaining(int job_chaining_size)
266{

Callers 15

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
prepareMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected