1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-14 03:39:09 +00:00

Updated gpu accel for -m 6211 and default runtime value to 8

This commit is contained in:
Gabriele 'matrix' Gristina 2016-01-27 23:39:58 +01:00
parent bfe3f148d7
commit 3952fa7e06
2 changed files with 2 additions and 2 deletions

View File

@ -189,7 +189,7 @@ extern hc_thread_mutex_t mux_display;
#ifdef OSX
#define KERNEL_ACCEL_5000 16
#define KERNEL_ACCEL_6100 1
#define KERNEL_ACCEL_6211 4
#define KERNEL_ACCEL_6211 2
#define KERNEL_ACCEL_6231 1
#define KERNEL_ACCEL_6241 4
#define KERNEL_ACCEL_8200 1

View File

@ -6577,7 +6577,7 @@ int main (int argc, char **argv)
if (runtime_chgd == 0)
{
runtime = 4;
runtime = 8;
if (benchmark_mode == 1) runtime = 17;