diff --git a/src/modules/module_10700.c b/src/modules/module_10700.c index 3e669131e..3577e173e 100644 --- a/src/modules/module_10700.c +++ b/src/modules/module_10700.c @@ -141,6 +141,12 @@ bool module_unstable_warning (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE } } + // l_opencl_p_18.1.0.013.tgz: Segmentation fault + if ((device_param->opencl_device_vendor_id == VENDOR_ID_INTEL_SDK) && (device_param->opencl_device_type & CL_DEVICE_TYPE_CPU)) + { + return true; + } + return false; }