clProgramBuild return value = -11

What does this mean? I tried to google it but can’t find anything.
Btw: I created another thread because topics are tottally different. If i should ask all in one thread let me know ^^

value = -11 means “CL_BUILD_PROGRAM_FAILURE”
Where have you this error value?

@gregorstopar, all of the errors are defined in cl.h

When you get CL_BUILD_PROGRAM_FAILURE you should get the build log using clGetProgramBuildInfo with CL_PROGRAM_BUILD_LOG so you know what the problem was.