From 74a4a3b0bdcd0f9a47240651d8e9ccb4803e828b Mon Sep 17 00:00:00 2001 From: James Price Date: Thu, 7 Jul 2016 09:40:16 +0100 Subject: [PATCH] [SYCL] Set WGSIZE to more sensible value for AMD Fiji --- SYCLStream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SYCLStream.cpp b/SYCLStream.cpp index d039d70..d4a2fd0 100644 --- a/SYCLStream.cpp +++ b/SYCLStream.cpp @@ -11,7 +11,7 @@ using namespace cl::sycl; -#define WGSIZE 64 +#define WGSIZE 256 // Cache list of devices bool cached = false;