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

Method sync

src/runtime/CL/CLScheduler.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void CLScheduler::sync()
73{
74 ARM_COMPUTE_TRACE_EVENT_BEGIN(ARM_COMPUTE_PROF_CAT_SCHEDULER, ARM_COMPUTE_PROF_LVL_GPU, "CLScheduler::sync");
75 _queue.finish();
76 ARM_COMPUTE_TRACE_OPENCL_SYNC();
77}
78
79cl::Event CLScheduler::enqueue_sync_event()
80{

Callers 8

configureMethod · 0.45
runMethod · 0.45
do_runMethod · 0.45
do_runMethod · 0.45
do_runMethod · 0.45
do_runMethod · 0.45
do_runMethod · 0.45
do_runMethod · 0.45

Calls 1

finishMethod · 0.45

Tested by

no test coverage detected