1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00

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

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