mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-21 15:48:08 +00:00
Add several missing GPUs to ALIAS.hctune
Update tuning README with new info
This commit is contained in:
parent
04e7f84daf
commit
9819a044ab
@ -165,12 +165,26 @@ Tesla_P4 ALIAS_nv_sm50_or_higher
|
||||
Tesla_P40 ALIAS_nv_sm50_or_higher
|
||||
Tesla_P100 ALIAS_nv_sm50_or_higher
|
||||
Tesla_V100 ALIAS_nv_sm50_or_higher
|
||||
Tesla_T4 ALIAS_nv_sm50_or_higher
|
||||
|
||||
L4 ALIAS_nv_sm50_or_higher
|
||||
|
||||
A100-SXM4-40GB ALIAS_nv_sm50_or_higher
|
||||
A100-SXM4-80GB ALIAS_nv_sm50_or_higher
|
||||
A100-PCIE-40GB ALIAS_nv_sm50_or_higher
|
||||
A100-PCIE-80GB ALIAS_nv_sm50_or_higher
|
||||
|
||||
Quadro_M2000 ALIAS_nv_sm50_or_higher
|
||||
Quadro_M4000 ALIAS_nv_sm50_or_higher
|
||||
Quadro_M5000 ALIAS_nv_sm50_or_higher
|
||||
Quadro_M6000 ALIAS_nv_sm50_or_higher
|
||||
|
||||
Quadro_RTX_4000 ALIAS_nv_sm50_or_higher
|
||||
Quadro_RTX_5000 ALIAS_nv_sm50_or_higher
|
||||
Quadro_RTX_6000 ALIAS_nv_sm50_or_higher
|
||||
|
||||
RTX_A6000 ALIAS_nv_sm50_or_higher
|
||||
|
||||
TITAN_X ALIAS_nv_sm50_or_higher
|
||||
TITAN_Xp ALIAS_nv_sm50_or_higher
|
||||
TITAN_V ALIAS_nv_sm50_or_higher
|
||||
@ -240,6 +254,8 @@ GeForce_RTX_4070_Ti ALIAS_nv_sm50_or_higher
|
||||
GeForce_RTX_4080 ALIAS_nv_sm50_or_higher
|
||||
GeForce_RTX_4090 ALIAS_nv_sm50_or_higher
|
||||
|
||||
|
||||
|
||||
##
|
||||
## Unmapped GPU
|
||||
##
|
||||
|
@ -20,6 +20,7 @@ Each file in this folder with the filename suffix .hctune will be automatically
|
||||
- Invalid lines are ignored
|
||||
- The Device-Name is the OpenCL Device-Name. It's shown on hashcat startup.
|
||||
- If the device contains spaces, replace all spaces with _ character.
|
||||
- Device Names prefixed with 'NVIDIA' will be matched with or without 'NVIDIA' present in the alias. e.g. 'NVIDIA_Tesla_T4' vs 'Tesla_T4'
|
||||
- The Device-Name can be assigned an alias. This is useful if many devices share the same chip
|
||||
- If you assign an alias, make sure to not use the devices name directly
|
||||
- There's also a hard-wired Device-Name which matches all device types called:
|
||||
|
Loading…
Reference in New Issue
Block a user