Mark -m 7900 as unstable on ROCM

pull/1973/head
jsteube 5 years ago
parent 474138f4b9
commit a7a70c88ed

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

Loading…
Cancel
Save