Also add reduced startup time for GPU for scrypt

pull/1271/head
Jens Steube 7 years ago
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…
Cancel
Save