From: jsteube Date: Mon, 9 May 2016 21:14:26 +0000 (+0200) Subject: Remove unroll access for Drupal for NV gpus X-Git-Tag: v3.00-beta~4 X-Git-Url: https://www.flypig.org.uk/git/?p=hashcat.git;a=commitdiff_plain;h=4317ac60f4891d20ae18bd7adb587af9f3fb76ac Remove unroll access for Drupal for NV gpus --- diff --git a/include/kernel_vendor.h b/include/kernel_vendor.h index d364256..6110537 100644 --- a/include/kernel_vendor.h +++ b/include/kernel_vendor.h @@ -80,6 +80,9 @@ #if KERN_TYPE == 7400 #undef _unroll #endif +#if KERN_TYPE == 7900 +#undef _unroll +#endif #if KERN_TYPE == 8200 #undef _unroll #endif