diff --git a/lib/gpu/geryon/ocl_device.h b/lib/gpu/geryon/ocl_device.h index 4e9e42a3cf..a8e5020f00 100644 --- a/lib/gpu/geryon/ocl_device.h +++ b/lib/gpu/geryon/ocl_device.h @@ -29,7 +29,7 @@ #include #ifndef CL_TARGET_OPENCL_VERSION -#define CL_TARGET_OPENCL_VERSION 210 +#define CL_TARGET_OPENCL_VERSION 300 #endif #ifdef __APPLE__ diff --git a/lib/gpu/geryon/ocl_macros.h b/lib/gpu/geryon/ocl_macros.h index 0e9ce78389..5e5a190ede 100644 --- a/lib/gpu/geryon/ocl_macros.h +++ b/lib/gpu/geryon/ocl_macros.h @@ -5,7 +5,7 @@ #include #ifndef CL_TARGET_OPENCL_VERSION -#define CL_TARGET_OPENCL_VERSION 210 +#define CL_TARGET_OPENCL_VERSION 300 #endif #ifdef __APPLE__