MCPcopy 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

~CLBufferMemoryRegionMethod · 0.80
flush_queueMethod · 0.80
flushFunction · 0.80

Calls 2

errHandlerFunction · 0.85
clFlushFunction · 0.85

Tested by

no test coverage detected