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

Method getInfo

include/CL/opencl.hpp:5437–5442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5435 //! \brief Wrapper for clGetMemObjectInfo().
5436 template <typename T>
5437 cl_int getInfo(cl_pipe_info name, T* param) const
5438 {
5439 return detail::errHandler(
5440 detail::getInfo(&::clGetPipeInfo, object_, name, param),
5441 __GET_PIPE_INFO_ERR);
5442 }
5443
5444 //! \brief Wrapper for clGetMemObjectInfo() that returns by value.
5445 template <cl_pipe_info name> typename

Callers

nothing calls this directly

Calls 2

errHandlerFunction · 0.85
getInfoFunction · 0.85

Tested by

no test coverage detected