Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ flush
Method
flush
include/CL/opencl.hpp:8755–8758 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8753
#endif // CL_USE_DEPRECATED_OPENCL_1_1_APIS
8754
8755
cl_int flush() const
8756
{
8757
return detail::errHandler(::clFlush(object_), __FLUSH_ERR);
8758
}
8759
8760
cl_int finish() const
8761
{
Callers
3
~CLBufferMemoryRegion
Method · 0.80
flush_queue
Method · 0.80
flush
Function · 0.80
Calls
2
errHandler
Function · 0.85
clFlush
Function · 0.85
Tested by
no test coverage detected