1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-17 12:18:24 +00:00

Updated Workload finding strategy, should be easy to automate now

This commit is contained in:
Jens Steube 2016-02-11 13:38:59 +01:00
parent 3e25dc0a08
commit 02a6f2b4a6

View File

@ -71,12 +71,14 @@
# - set kernel loops to 1 # - set kernel loops to 1
# - decrease kernel accel by dividing by two until gpu utilization settles down below 95% # - decrease kernel accel by dividing by two until gpu utilization settles down below 95%
# - find vector width: # - find vector width:
# - set kernel accel to the previous value
# - set vector width to 1 # - set vector width to 1
# - set kernel accel to the previous value
# - set kernel loops to 1
# - try the 4 different vector width 1, 2, 4 and 8 and use the one with the lowest exec runtime # - try the 4 different vector width 1, 2, 4 and 8 and use the one with the lowest exec runtime
# - find kernel loops: # - find kernel loops:
# - set kernel accel to the previous value
# - set vector width to the previous value # - set vector width to the previous value
# - set kernel accel to the previous value
# - set kernel loops to 1
# - increase kernel loops in steps of 8 until execution time is closest to 64ms (in status screen) # - increase kernel loops in steps of 8 until execution time is closest to 64ms (in status screen)
# #
# Workload 2 strategy # Workload 2 strategy