From 00abb849e1560f191891324d4eed0bfe583b333c Mon Sep 17 00:00:00 2001 From: jsteube Date: Thu, 26 Oct 2017 13:41:47 +0200 Subject: [PATCH] Update inc_vector.cl for ideal performance with reference GTX1080 for NV and Vega64 for AMD --- OpenCL/inc_vendor.cl | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/OpenCL/inc_vendor.cl b/OpenCL/inc_vendor.cl index 8770891cb..b49f7f181 100644 --- a/OpenCL/inc_vendor.cl +++ b/OpenCL/inc_vendor.cl @@ -143,18 +143,12 @@ #if KERN_TYPE == 7900 #undef _unroll #endif -#if KERN_TYPE == 8200 -#undef _unroll -#endif #if KERN_TYPE == 8900 #undef _unroll #endif #if KERN_TYPE == 10700 #undef _unroll #endif -#if KERN_TYPE == 12300 -#undef _unroll -#endif #if KERN_TYPE == 13721 #undef _unroll #endif @@ -176,6 +170,9 @@ #if KERN_TYPE == 13800 #undef _unroll #endif +#if KERN_TYPE == 15700 +#undef _unroll +#endif // nvidia specific @@ -188,18 +185,9 @@ #if KERN_TYPE == 3000 #undef _unroll #endif -#if KERN_TYPE == 3200 -#undef _unroll -#endif -#if KERN_TYPE == 10500 -#undef _unroll -#endif #if KERN_TYPE == 14000 #undef _unroll #endif -#if KERN_TYPE == 14100 -#undef _unroll -#endif #endif #endif @@ -212,6 +200,12 @@ #if KERN_TYPE == 8000 #undef _unroll #endif +#if KERN_TYPE == 8200 +#undef _unroll +#endif +#if KERN_TYPE == 12300 +#undef _unroll +#endif #if KERN_TYPE == 14100 #undef _unroll #endif