From a43902b96bd7ffc6f0b4e2b5081bbb439544cfed Mon Sep 17 00:00:00 2001 From: jsteube <jens.steube@gmail.com> Date: Fri, 21 Oct 2016 09:51:41 +0200 Subject: [PATCH] Do not unroll -m 6400 based algorithm on NV, latest windows driver can't compile them otherwise --- OpenCL/inc_vendor.cl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OpenCL/inc_vendor.cl b/OpenCL/inc_vendor.cl index 18d152c5d..9ce7327b2 100644 --- a/OpenCL/inc_vendor.cl +++ b/OpenCL/inc_vendor.cl @@ -89,6 +89,9 @@ #if KERN_TYPE == 6223 #undef _unroll #endif +#if KERN_TYPE == 6400 +#undef _unroll +#endif #if KERN_TYPE == 6500 #undef _unroll #endif