cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

opencl_JEDI
Journeyman III

error -30 clbuildprogram

Hi,

I use clBuildprogram to build my code, and I get an error -30, I print this error using this code:

shrLog(" Error %i build program !!!\n\n", ciErrNum);

How can I get the real error name,
like CL_INVALID_PROGRAM for example.

Thanks

0 Likes
1 Reply
pavandsp
Adept I

check the error codes in include/CL/cl.h header files

0 Likes