Util class for CL that maps error codes to human readable strings. More...
#include <CLUtil.hpp>
Static Public Member Functions | |
static const char * | getErrorDescription (cl_int error) |
Util method that maps error codes to CL error description messages. More... | |
static const char * | getErrorString (cl_int error) |
Util method that maps error codes to CL error strings. More... | |
Util class for CL that maps error codes to human readable strings.
Definition at line 19 of file CLUtil.hpp.
|
inlinestatic |
Util method that maps error codes to CL error description messages.
error | the given error code |
Definition at line 115 of file CLUtil.hpp.
|
inlinestatic |
Util method that maps error codes to CL error strings.
error | the given error code |
Definition at line 30 of file CLUtil.hpp.