From ee2e8ba598b5530265711d0f1baf1609d24a83bb Mon Sep 17 00:00:00 2001 From: jsteube Date: Fri, 25 Nov 2016 22:09:19 +0100 Subject: [PATCH] Do not allow unroll of Drupal7, increases performance on CL1.2 --- OpenCL/inc_vendor.cl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/OpenCL/inc_vendor.cl b/OpenCL/inc_vendor.cl index 49ce0efb2..d02e19d87 100644 --- a/OpenCL/inc_vendor.cl +++ b/OpenCL/inc_vendor.cl @@ -111,6 +111,9 @@ #if KERN_TYPE == 7400 #undef _unroll #endif +#if KERN_TYPE == 7900 +#undef _unroll +#endif #if KERN_TYPE == 8200 #undef _unroll #endif @@ -220,4 +223,3 @@ #endif #endif -