mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 03:39:01 +08:00
More clearly disable the inclusion of src/Core/arch/CUDA/Complex.h without CUDA
This commit is contained in:
parent
000840cae0
commit
308725c3c9
@ -206,7 +206,9 @@ using std::ptrdiff_t;
|
||||
|
||||
// Specialized functors to enable the processing of complex numbers
|
||||
// on CUDA devices
|
||||
#ifdef EIGEN_CUDACC
|
||||
#include "src/Core/arch/CUDA/Complex.h"
|
||||
#endif
|
||||
|
||||
#include "src/Core/util/IndexedViewHelper.h"
|
||||
#include "src/Core/ArithmeticSequence.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user