aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-11-30 20:21:18 -0800
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-11-30 20:21:18 -0800
commite633a8371f0e2785c278f0e0570434f70d8a1b55 (patch)
tree9bc52d77a210f560277bcd344ce63836c68ee6b0 /unsupported/Eigen/CXX11/src/Tensor
parent7cd33df4ce6f027eef294959334156edb96a7791 (diff)
Simplified includes
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorSycl.h2
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/TensorSyclTuple.h3
2 files changed, 3 insertions, 2 deletions
diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorSycl.h b/unsupported/Eigen/CXX11/src/Tensor/TensorSycl.h
index c099cb42e..e9cef0eae 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorSycl.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorSycl.h
@@ -47,6 +47,8 @@ template<typename T> struct GetType<false, T>{
}
}
+// tuple construction
+#include "TensorSyclTuple.h"
// counting number of leaf at compile time
#include "TensorSyclLeafCount.h"
diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorSyclTuple.h b/unsupported/Eigen/CXX11/src/Tensor/TensorSyclTuple.h
index c0e48524d..58ab0f0d5 100644
--- a/unsupported/Eigen/CXX11/src/Tensor/TensorSyclTuple.h
+++ b/unsupported/Eigen/CXX11/src/Tensor/TensorSyclTuple.h
@@ -20,7 +20,6 @@
#ifndef UNSUPPORTED_EIGEN_CXX11_SRC_TENSOR_TENSORSYCL_TUPLE_HPP
#define UNSUPPORTED_EIGEN_CXX11_SRC_TENSOR_TENSORSYCL_TUPLE_HPP
-#ifdef EIGEN_USE_SYCL
namespace utility {
namespace tuple {
@@ -233,5 +232,5 @@ Tuple<Args1..., Args2...> append(Tuple<Args1...> t1,Tuple<Args2...> t2) {
}
} // tuple
} // utility
-#endif //EIGEN_USE_SYCL
+
#endif // UNSUPPORTED_EIGEN_CXX11_SRC_TENSOR_TENSORSYCL_TUPLE_HPP