mirror of
https://github.com/hashcat/hashcat
synced 2024-11-28 05:21:38 +01:00
Also add reduced startup time for GPU for scrypt
This commit is contained in:
parent
872f2b4f8b
commit
ab2610d9df
@ -471,3 +471,5 @@ DEVICE_TYPE_GPU * 14800 1 2
|
||||
|
||||
DEVICE_TYPE_CPU * 8900 1 1 1
|
||||
DEVICE_TYPE_CPU * 9300 1 1 1
|
||||
DEVICE_TYPE_GPU * 8900 1 8 1
|
||||
DEVICE_TYPE_GPU * 9300 1 8 1
|
||||
|
@ -3716,12 +3716,6 @@ int opencl_session_begin (hashcat_ctx_t *hashcat_ctx)
|
||||
}
|
||||
}
|
||||
|
||||
if (user_options->kernel_accel_chgd == false)
|
||||
{
|
||||
device_param->kernel_accel_min = 1;
|
||||
device_param->kernel_accel_max = 8;
|
||||
}
|
||||
|
||||
const u32 kernel_power_max = device_param->hardware_power * device_param->kernel_accel_max;
|
||||
|
||||
// size_pws
|
||||
|
Loading…
Reference in New Issue
Block a user