From f58c9baade79011c41eaf18eff2fd580b7829c89 Mon Sep 17 00:00:00 2001 From: jsteube Date: Fri, 21 Oct 2016 10:14:15 +0200 Subject: [PATCH] Do not unroll -m 6800 based algorithm on NV, latest windows driver can't compile them otherwise --- OpenCL/inc_vendor.cl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/OpenCL/inc_vendor.cl b/OpenCL/inc_vendor.cl index 9ce7327b2..14bcbebed 100644 --- a/OpenCL/inc_vendor.cl +++ b/OpenCL/inc_vendor.cl @@ -95,6 +95,9 @@ #if KERN_TYPE == 6500 #undef _unroll #endif +#if KERN_TYPE == 6800 +#undef _unroll +#endif #if KERN_TYPE == 7100 #undef _unroll #endif @@ -128,6 +131,9 @@ #if KERN_TYPE == 12400 #undef _unroll #endif +#if KERN_TYPE == 12900 +#undef _unroll +#endif #if KERN_TYPE == 13721 #undef _unroll #endif @@ -137,6 +143,15 @@ #if KERN_TYPE == 13723 #undef _unroll #endif +#if KERN_TYPE == 13751 +#undef _unroll +#endif +#if KERN_TYPE == 13752 +#undef _unroll +#endif +#if KERN_TYPE == 13753 +#undef _unroll +#endif #if KERN_TYPE == 14000 #undef _unroll #endif