00001 00002 #ifndef _CL_ERROR_H 00003 #define _CL_ERROR_H 00004 00005 #include <CL/CLPlatform.h> 00006 00007 00008 namespace gk { 00009 00010 const char *CLError( const cl_int status ); 00011 00012 } // namespace gk 00013 00014 #endif 00015 00016 00017