Utility class for getting human-readable messages from OpenCL error codes. More...
#include <CLUtil.hpp>
Static Public Member Functions | |
static const char * | getErrorDescription (cl_int error) |
Returns a description to a given OpenCL error code. More... | |
static const char * | getErrorString (cl_int error) |
Returns the error string to a given OpenCL error code. More... | |
Utility class for getting human-readable messages from OpenCL error codes.
Definition at line 59 of file CLUtil.hpp.
|
inlinestatic |
Returns a description to a given OpenCL error code.
error | The error code |
Definition at line 216 of file CLUtil.hpp.
|
inlinestatic |
Returns the error string to a given OpenCL error code.
error | The error code |
Definition at line 67 of file CLUtil.hpp.