mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-10 15:51:10 +00:00
We still need on initial testrun in autotune
This commit is contained in:
parent
01c847ba94
commit
2236bb972c
@ -2989,6 +2989,13 @@ static void autotune (hc_device_param_t *device_param)
|
||||
|
||||
u32 exec_best = -1;
|
||||
|
||||
if ((kernel_accel_min < kernel_accel_max) || (kernel_loops_min < kernel_loops_max))
|
||||
{
|
||||
const double exec_ms = try_run (device_param, kernel_accel_best, kernel_loops_best, 1);
|
||||
|
||||
exec_best = exec_ms;
|
||||
}
|
||||
|
||||
// reset
|
||||
|
||||
if (kernel_accel_min < kernel_accel_max)
|
||||
|
Loading…
Reference in New Issue
Block a user