Added SYCL include in Tensor.

This commit is contained in:
Luke Iwanski 2016-10-20 15:32:44 +01:00
parent 8fb162fc85
commit 03b63e182c

View File

@ -69,6 +69,10 @@ typedef unsigned __int64 uint64_t;
#endif #endif
#endif #endif
#ifdef EIGEN_USE_SYCL
#include <SYCL/sycl.hpp>
#endif
#include "src/Tensor/TensorMacros.h" #include "src/Tensor/TensorMacros.h"
#include "src/Tensor/TensorForwardDeclarations.h" #include "src/Tensor/TensorForwardDeclarations.h"
#include "src/Tensor/TensorMeta.h" #include "src/Tensor/TensorMeta.h"