Update module_unstable_warning() for -m 172xx and -m 200xx

This commit is contained in:
Jens Steube
2021-05-02 08:19:16 +00:00
parent 0c2afde83b
commit bf2064df7f
6 changed files with 34 additions and 21 deletions
-6
View File
@@ -74,12 +74,6 @@ bool module_unstable_warning (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE
}
}
// amdgpu-pro-20.50-1234664-ubuntu-20.04 (rocr): self-test failed.
if ((device_param->opencl_device_vendor_id == VENDOR_ID_AMD) && (device_param->has_vperm == true))
{
return true;
}
// 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))
{