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:
parent
0d64db07d5
commit
a09efb2634
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user