mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix a bunch of minor build and test issues.
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
3564668908
commit
262194f12c
@@ -3,11 +3,6 @@
|
||||
|
||||
#include <Eigen/Core>
|
||||
|
||||
#ifdef EIGEN_GPUCC
|
||||
#define EIGEN_USE_GPU
|
||||
#include "../unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaDefines.h"
|
||||
#endif // EIGEN_GPUCC
|
||||
|
||||
// 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.
|
||||
|
||||
Reference in New Issue
Block a user