Function pocky_opencl_error_to_string¶
Defined in File pocky_utils.h
Function Documentation¶
-
const char *pocky_opencl_error_to_string(cl_int err)¶
Converts the given error code to a nicer string representation.
- Parameters:
err – [in] Error code as produced internally by OpenCL
- Returns:
String representation of
err