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

Method getInfo

include/CL/opencl.hpp:2768–2773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2766 //! \brief Wrapper for clGetPlatformInfo().
2767 template <typename T>
2768 cl_int getInfo(cl_platform_info name, T* param) const
2769 {
2770 return detail::errHandler(
2771 detail::getInfo(&::clGetPlatformInfo, object_, name, param),
2772 __GET_PLATFORM_INFO_ERR);
2773 }
2774
2775 //! \brief Wrapper for clGetPlatformInfo() that returns by value.
2776 template <cl_platform_info name> typename

Callers

nothing calls this directly

Calls 2

errHandlerFunction · 0.85
getInfoFunction · 0.85

Tested by

no test coverage detected