From cefd2ddb94d56024c64e97b8e746ee19e4c0acaa Mon Sep 17 00:00:00 2001 From: jsteube Date: Thu, 29 Jun 2017 15:50:46 +0200 Subject: [PATCH] Tune AMD unroll settings for AMD-GPU-PRO 17.40 --- OpenCL/inc_vendor.cl | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/OpenCL/inc_vendor.cl b/OpenCL/inc_vendor.cl index dd11d8f3f..e990b0a31 100644 --- a/OpenCL/inc_vendor.cl +++ b/OpenCL/inc_vendor.cl @@ -117,6 +117,9 @@ #if KERN_TYPE == 7400 #undef _unroll #endif +#if KERN_TYPE == 7900 +#undef _unroll +#endif #if KERN_TYPE == 8200 #undef _unroll #endif @@ -150,6 +153,9 @@ #if KERN_TYPE == 13800 #undef _unroll #endif +#if KERN_TYPE == 14100 +#undef _unroll +#endif // nvidia specific @@ -165,18 +171,12 @@ #if KERN_TYPE == 3200 #undef _unroll #endif -#if KERN_TYPE == 7900 -#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 @@ -195,15 +195,6 @@ #if KERN_TYPE == 5200 #undef _unroll #endif -#if KERN_TYPE == 8000 -#undef _unroll -#endif -#if KERN_TYPE == 10400 -#undef _unroll -#endif -#if KERN_TYPE == 10410 -#undef _unroll -#endif #if KERN_TYPE == 10800 #undef _unroll #endif