mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-29 23:34:12 +08:00
Added SYCL include in Tensor.
This commit is contained in:
parent
8fb162fc85
commit
03b63e182c
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user