From 3952fa7e0682184891c566c35ea90fd27a30995f Mon Sep 17 00:00:00 2001 From: Gabriele 'matrix' Gristina Date: Wed, 27 Jan 2016 23:39:58 +0100 Subject: [PATCH] Updated gpu accel for -m 6211 and default runtime value to 8 --- include/shared.h | 2 +- src/oclHashcat.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/shared.h b/include/shared.h index e92abe497..259e93bdd 100644 --- a/include/shared.h +++ b/include/shared.h @@ -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 diff --git a/src/oclHashcat.c b/src/oclHashcat.c index 4be2f3b79..6c53b56af 100644 --- a/src/oclHashcat.c +++ b/src/oclHashcat.c @@ -6577,7 +6577,7 @@ int main (int argc, char **argv) if (runtime_chgd == 0) { - runtime = 4; + runtime = 8; if (benchmark_mode == 1) runtime = 17;