瀏覽代碼

partially revert #2303: this was not meant to be committed

Nathalie Furmento 15 年之前
父節點
當前提交
264c0540ed
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/drivers/opencl/driver_opencl_utils.c

+ 0 - 1
src/drivers/opencl/driver_opencl_utils.c

@@ -208,7 +208,6 @@ cl_int _starpu_opencl_load_program(cl_context context, char *program_name, cl_de
 		fprintf(stderr, "Error: Failed to build program executable!\n");
 		clGetProgramBuildInfo(*program, device, CL_PROGRAM_BUILD_LOG, sizeof(buffer), buffer, &len);
 		fprintf(stderr, "%s\n", buffer);
-                STARPU_OPENCL_REPORT_ERROR(err);
                 return err;
 	}