1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-22 05:31:11 +00:00

Improve SCRYPT on 6900XT from 2464H/s to 3124H/s

This commit is contained in:
Jens Steube 2022-04-29 19:45:22 +02:00
parent 879cbd122e
commit a5f0d3d57e

View File

@ -427,7 +427,7 @@ const char *module_extra_tuningdb_block (MAYBE_UNUSED const hashconfig_t *hashco
"ALIAS_AMD_RX480 * 8900 1 15 A\n"
"ALIAS_AMD_Vega64 * 8900 1 30 A\n"
"ALIAS_AMD_MI100 * 8900 1 79 A\n"
"ALIAS_AMD_RX6900XT * 8900 1 59 A\n"
"ALIAS_AMD_RX6900XT * 8900 1 123 A\n"
;
return extra_tuningdb_block;