From 0206142a699844f326f0debe09609106c057b2c3 Mon Sep 17 00:00:00 2001 From: jsteube Date: Sat, 19 Nov 2016 18:17:38 +0100 Subject: [PATCH] Bcrypt on NVIDIA works better when unrolled --- OpenCL/inc_vendor.cl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OpenCL/inc_vendor.cl b/OpenCL/inc_vendor.cl index d225137bf..57aae0748 100644 --- a/OpenCL/inc_vendor.cl +++ b/OpenCL/inc_vendor.cl @@ -162,6 +162,9 @@ #if KERN_TYPE == 3000 #undef _unroll #endif +#if KERN_TYPE == 3200 +#undef _unroll +#endif #if KERN_TYPE == 10500 #undef _unroll #endif