mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 03:09:01 +08:00
Add missing header for GPU tests.
This commit is contained in:
parent
81172cbdcb
commit
f47472603b
@ -3,6 +3,9 @@
|
||||
|
||||
#include <Eigen/Core>
|
||||
|
||||
// Allow gpu** macros for generic tests.
|
||||
#include <unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaDefines.h>
|
||||
|
||||
// std::tuple cannot be used on device, and there is a bug in cuda < 9.2 that
|
||||
// doesn't allow std::tuple to compile for host code either. In these cases,
|
||||
// use our custom implementation.
|
||||
|
Loading…
x
Reference in New Issue
Block a user