logger.warn(e.getClass().getName()+" while initializing OpenCL: "+e.getMessage()+" OpenCL can not be used. Native Java implementation will be used which might cause performance issues.");
logger.warn(e.getClass().getName()+" while initializing OpenCL: "+e.getMessage()+" OpenCL can not be used. Native Java implementation will be used which might cause performance issues.");
log.info("The cl_program [0x"+program+"] was built "+(CLInfo.getProgramBuildInfoInt(program,clDevice,CL_PROGRAM_BUILD_STATUS)==CL_SUCCESS?"successfully":"unsuccessfully"));
try{
log.debug("The cl_program [0x"+program+"] was built "+(CLInfo.getProgramBuildInfoInt(program,clDevice,CL_PROGRAM_BUILD_STATUS)==CL_SUCCESS?"successfully":"unsuccessfully"));