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

Method getInfo

include/CL/opencl.hpp:3472–3477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3470 //! \brief Wrapper for clGetEventInfo().
3471 template <typename T>
3472 cl_int getInfo(cl_event_info name, T* param) const
3473 {
3474 return detail::errHandler(
3475 detail::getInfo(&::clGetEventInfo, object_, name, param),
3476 __GET_EVENT_INFO_ERR);
3477 }
3478
3479 //! \brief Wrapper for clGetEventInfo() that returns by value.
3480 template <cl_event_info name> typename

Callers

nothing calls this directly

Calls 2

errHandlerFunction · 0.85
getInfoFunction · 0.85

Tested by

no test coverage detected