mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-02 04:48:23 +00:00
Allow -m 1800 in optimized mode on AMDGPU drivers
This commit is contained in:
parent
3274220d7f
commit
8008d65499
@ -453,7 +453,10 @@ bool module_unstable_warning (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE
|
|||||||
// amdgpu-pro-18.50-708488-ubuntu-18.04: self-test failed
|
// amdgpu-pro-18.50-708488-ubuntu-18.04: self-test failed
|
||||||
if ((device_param->device_vendor_id == VENDOR_ID_AMD) && (device_param->has_vperm == false))
|
if ((device_param->device_vendor_id == VENDOR_ID_AMD) && (device_param->has_vperm == false))
|
||||||
{
|
{
|
||||||
return true;
|
if ((hashconfig->opti_type & OPTI_TYPE_OPTIMIZED_KERNEL) == 0)
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (device_param->platform_vendor_id == VENDOR_ID_APPLE)
|
if (device_param->platform_vendor_id == VENDOR_ID_APPLE)
|
||||||
|
Loading…
Reference in New Issue
Block a user