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

Method enqueue

src/runtime/CL/CLScheduler.cpp:250–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250void CLScheduler::enqueue(ICLKernel &kernel, bool flush)
251{
252 ARM_COMPUTE_TRACE_EVENT_BEGIN(ARM_COMPUTE_PROF_CAT_SCHEDULER, ARM_COMPUTE_PROF_LVL_GPU, "CLScheduler::enqueue");
253 ITensorPack pack;
254 enqueue_common(kernel, pack, flush);
255 ARM_COMPUTE_TRACE_EVENT_END(ARM_COMPUTE_PROF_CAT_SCHEDULER, ARM_COMPUTE_PROF_LVL_GPU);
256}
257
258void CLScheduler::enqueue_op(ICLKernel &kernel, ITensorPack &tensors, bool flush)
259{

Callers 15

schedule_kernel_on_ctxFunction · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected