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

Function flush

include/CL/opencl.hpp:10039–10049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10037}
10038
10039inline cl_int flush(void)
10040{
10041 cl_int error;
10042 CommandQueue queue = CommandQueue::getDefault(&error);
10043
10044 if (error != CL_SUCCESS) {
10045 return error;
10046 }
10047
10048 return queue.flush();
10049}
10050
10051inline cl_int finish(void)
10052{

Callers

nothing calls this directly

Calls 1

flushMethod · 0.80

Tested by

no test coverage detected