Update unroll and unstable configuration for Apple OpenCL runtime after unroll whitelisting change

This commit is contained in:
Jens Steube
2020-02-15 13:58:42 +01:00
parent c90d83c3eb
commit 9980389f34
13 changed files with 6 additions and 145 deletions
-9
View File
@@ -85,15 +85,6 @@ bool module_unstable_warning (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE
return true;
}
if (device_param->opencl_platform_vendor_id == VENDOR_ID_APPLE)
{
// self-test failed
if ((device_param->opencl_device_vendor_id == VENDOR_ID_INTEL_SDK) && (device_param->opencl_device_type & CL_DEVICE_TYPE_GPU))
{
return true;
}
}
return false;
}