From 772441448ad38feb0e4d78db1a40606b00efe5aa Mon Sep 17 00:00:00 2001 From: jsteube Date: Mon, 24 Jul 2017 13:13:35 +0200 Subject: [PATCH] Optimized -m 8000 for ROCm --- OpenCL/inc_vendor.cl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OpenCL/inc_vendor.cl b/OpenCL/inc_vendor.cl index e461176c0..e6acd7d23 100644 --- a/OpenCL/inc_vendor.cl +++ b/OpenCL/inc_vendor.cl @@ -186,6 +186,9 @@ #ifdef IS_AMD #ifdef IS_GPU +#if KERN_TYPE == 8000 +#undef _unroll +#endif #endif #endif