[SYCL] Set WGSIZE to more sensible value for AMD Fiji
This commit is contained in:
parent
f94e36f320
commit
74a4a3b0bd
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user