Add unstable warning for -m 10700 for Intel CPU

pull/2227/head
Jens Steube 5 years ago
parent 7458e4f487
commit 664e595b45

@ -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;
}

Loading…
Cancel
Save