Backport SCRYPT optimization for 6900XT to 22700, 27700, 28200

This commit is contained in:
Jens Steube 2022-04-30 22:29:54 +02:00
parent a5f0d3d57e
commit beb34c6f51
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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