cl_strerror()
if(ret != CL_SUCCESS) { printf("cl_load() error: %s\n", cl_strerror(ret)); cl_engine_free(engine); return 1; }