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

Method finish

src/gpu/cl/ClQueue.cpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93StatusCode ClQueue::finish()
94{
95 arm_compute::CLScheduler::get().queue().finish();
96 return StatusCode::Success;
97}
98
99} // namespace opencl
100} // namespace gpu

Callers 2

prepareMethod · 0.45
prepareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected