aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/Tensor
diff options
context:
space:
mode:
authorGravatar Luke Iwanski <luke@codeplay.com>2016-10-20 15:32:44 +0100
committerGravatar Luke Iwanski <luke@codeplay.com>2016-10-20 15:32:44 +0100
commit03b63e182c02f85d50007a20c1b319ad3dda999b (patch)
tree19c69baeab1718656cf6b2419d49534a4070b286 /unsupported/Eigen/CXX11/Tensor
parent8fb162fc8516e3d9af45703097cb24e781af13c2 (diff)
Added SYCL include in Tensor.
Diffstat (limited to 'unsupported/Eigen/CXX11/Tensor')
-rw-r--r--unsupported/Eigen/CXX11/Tensor4
1 files changed, 4 insertions, 0 deletions
diff --git a/unsupported/Eigen/CXX11/Tensor b/unsupported/Eigen/CXX11/Tensor
index 07e849e19..388976d2e 100644
--- a/unsupported/Eigen/CXX11/Tensor
+++ b/unsupported/Eigen/CXX11/Tensor
@@ -69,6 +69,10 @@ typedef unsigned __int64 uint64_t;
#endif
#endif
+#ifdef EIGEN_USE_SYCL
+#include <SYCL/sycl.hpp>
+#endif
+
#include "src/Tensor/TensorMacros.h"
#include "src/Tensor/TensorForwardDeclarations.h"
#include "src/Tensor/TensorMeta.h"