mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
Simplified includes
This commit is contained in:
parent
7cd33df4ce
commit
e633a8371f
@ -82,8 +82,6 @@ typedef unsigned __int64 uint64_t;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// tuple construction
|
||||
#include "src/Tensor/TensorSyclTuple.h"
|
||||
#include "src/Tensor/TensorMacros.h"
|
||||
#include "src/Tensor/TensorForwardDeclarations.h"
|
||||
#include "src/Tensor/TensorMeta.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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user