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

Method getInfo

include/CL/opencl.hpp:3661–3666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3659 //! \brief Wrapper for clGetMemObjectInfo().
3660 template <typename T>
3661 cl_int getInfo(cl_mem_info name, T* param) const
3662 {
3663 return detail::errHandler(
3664 detail::getInfo(&::clGetMemObjectInfo, object_, name, param),
3665 __GET_MEM_OBJECT_INFO_ERR);
3666 }
3667
3668 //! \brief Wrapper for clGetMemObjectInfo() that returns by value.
3669 template <cl_mem_info name> typename

Callers

nothing calls this directly

Calls 2

errHandlerFunction · 0.85
getInfoFunction · 0.85

Tested by

no test coverage detected