[SYCL] Set WGSIZE to more sensible value for AMD Fiji

This commit is contained in:
James Price 2016-07-07 09:40:16 +01:00
parent f94e36f320
commit 74a4a3b0bd

View File

@ -11,7 +11,7 @@
using namespace cl::sycl; using namespace cl::sycl;
#define WGSIZE 64 #define WGSIZE 256
// Cache list of devices // Cache list of devices
bool cached = false; bool cached = false;