From 5b26567cb6f835f3c52d5ac7c3613d33102979ac Mon Sep 17 00:00:00 2001 From: jsteube Date: Thu, 20 Oct 2016 11:02:45 +0200 Subject: [PATCH] Do not unroll -m 10900 based algorithms, it takes ages to compile with latest NV drivers --- OpenCL/inc_vendor.cl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OpenCL/inc_vendor.cl b/OpenCL/inc_vendor.cl index 8469c0661..646eb2893 100644 --- a/OpenCL/inc_vendor.cl +++ b/OpenCL/inc_vendor.cl @@ -113,6 +113,9 @@ #if KERN_TYPE == 10700 #undef _unroll #endif +#if KERN_TYPE == 10900 +#undef _unroll +#endif #if KERN_TYPE == 12300 #undef _unroll #endif