From 9ee5da40e0aacbfaad4729fa6655f6f0f9b6b459 Mon Sep 17 00:00:00 2001 From: jsteube Date: Thu, 17 Aug 2017 11:25:34 +0200 Subject: [PATCH] Workaround rocm compiler error for -m 15300 --- OpenCL/inc_vendor.cl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OpenCL/inc_vendor.cl b/OpenCL/inc_vendor.cl index e6acd7d23..300987093 100644 --- a/OpenCL/inc_vendor.cl +++ b/OpenCL/inc_vendor.cl @@ -189,6 +189,9 @@ #if KERN_TYPE == 8000 #undef _unroll #endif +#if KERN_TYPE == 15300 +#undef _unroll +#endif #endif #endif