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

Method finish

include/CL/opencl.hpp:8760–8763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8758 }
8759
8760 cl_int finish() const
8761 {
8762 return detail::errHandler(::clFinish(object_), __FINISH_ERR);
8763 }
8764
8765#ifdef cl_khr_external_memory
8766 cl_int enqueueAcquireExternalMemObjects(

Callers 1

finishFunction · 0.45

Calls 2

errHandlerFunction · 0.85
clFinishFunction · 0.85

Tested by

no test coverage detected