Update module_unstable_warning() for -m 21800

pull/2624/head^2
Jens Steube 3 years ago
parent bf2064df7f
commit b4f86d2262

@ -102,8 +102,8 @@ bool module_unstable_warning (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE
}
}
// amdgpu-pro-20.50-1234664-ubuntu-20.04 (legacy): unhandled return code 255
if ((device_param->opencl_device_vendor_id == VENDOR_ID_AMD) && (device_param->has_vperm == false))
// zlib drives this runtime crazy
if (device_param->opencl_device_vendor_id == VENDOR_ID_AMD)
{
return true;
}

Loading…
Cancel
Save