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

Function finish

include/CL/opencl.hpp:10051–10062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10049}
10050
10051inline cl_int finish(void)
10052{
10053 cl_int error;
10054 CommandQueue queue = CommandQueue::getDefault(&error);
10055
10056 if (error != CL_SUCCESS) {
10057 return error;
10058 }
10059
10060
10061 return queue.finish();
10062}
10063
10064class EnqueueArgs
10065{

Callers

nothing calls this directly

Calls 1

finishMethod · 0.45

Tested by

no test coverage detected