Mark -m 7900 as unstable on ROCM

This commit is contained in:
jsteube
2019-03-29 10:44:47 +01:00
parent 474138f4b9
commit a7a70c88ed
+6
View File
@@ -301,6 +301,12 @@ bool module_unstable_warning (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE
return true;
}
// rocm: self-test failed.
if ((device_param->device_vendor_id == VENDOR_ID_AMD) && (device_param->has_vperm == true))
{
return true;
}
return false;
}