1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-26 01:50:10 +00:00

SCRYPT Kernels: Add more optimized values for some new NV/AMD GPUs

This commit is contained in:
Jens Steube 2021-07-22 11:46:11 +02:00
parent 0d64db07d5
commit a09efb2634
2 changed files with 8 additions and 0 deletions

View File

@ -28,6 +28,7 @@
## ##
- HIP Kernels: Got rid of hip/hip_runtime.h dependancy to enable more easy integration of the HIP backend on Windows - HIP Kernels: Got rid of hip/hip_runtime.h dependancy to enable more easy integration of the HIP backend on Windows
- SCRYPT Kernels: Add more optimized values for some new NV/AMD GPUs
* changes v6.2.2 -> v6.2.3 * changes v6.2.2 -> v6.2.3

View File

@ -279,6 +279,7 @@ GeForce_RTX_3090 ALIAS_nv_sm50_or_higher
## ##
Device_738c ALIAS_AMD_MI100 Device_738c ALIAS_AMD_MI100
Device_73bf ALIAS_AMD_RX6900XT
############# #############
## ENTRIES ## ## ENTRIES ##
@ -533,3 +534,9 @@ ALIAS_AMD_MI100 * 8900 1 76
ALIAS_AMD_MI100 * 9300 1 63 A ALIAS_AMD_MI100 * 9300 1 63 A
ALIAS_AMD_MI100 * 15700 1 76 A ALIAS_AMD_MI100 * 15700 1 76 A
ALIAS_AMD_MI100 * 22700 1 76 A ALIAS_AMD_MI100 * 22700 1 76 A
## 16GB, 32WF
ALIAS_AMD_RX6900XT * 8900 1 34 A
ALIAS_AMD_RX6900XT * 9300 1 34 A
ALIAS_AMD_RX6900XT * 15700 1 34 A
ALIAS_AMD_RX6900XT * 22700 1 34 A