From 2e929e692e9a99a5a1faef1eaaef11a7fbd617bb Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Thu, 15 Jul 2021 21:26:07 +0200 Subject: [PATCH] Backport update module_unstable_warning() for -m 21800 on HIP --- src/modules/module_21800.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/modules/module_21800.c b/src/modules/module_21800.c index 9ae25490d..a3f3a00c2 100644 --- a/src/modules/module_21800.c +++ b/src/modules/module_21800.c @@ -96,6 +96,11 @@ bool module_unstable_warning (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE } } + if (device_param->opencl_device_vendor_id == VENDOR_ID_AMD_USE_HIP) + { + return true; + } + // amdgpu-pro-20.50-1234664-ubuntu-20.04 (rocr) // test_1620713931/test_report.log:! unhandled return code 255, cmdline : cat test_1620713931/21800_passwords.txt | ./hashcat --quiet --potfile-disable --runtime 400 --hwmon-disable -O -D 2 --backend-vector-width 4 -a 0 -m 21800 test_1620713931/21800_hashes.txt // test_1620719578/test_report.log:! unhandled return code 255, cmdline : cat test_1620719578/21800_passwords.txt | ./hashcat --quiet --potfile-disable --runtime 400 --hwmon-disable -D 2 --backend-vector-width 4 -a 0 -m 21800 test_1620719578/21800_hashes.txt