Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
StatusCode ClQueue::finish()
94
{
95
arm_compute::CLScheduler::get().queue().finish();
96
return StatusCode::Success;
97
}
98
99
} // namespace opencl
100
} // namespace gpu
Callers
2
prepare
Method · 0.45
prepare
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected