mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +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
|
// Specialized functors to enable the processing of complex numbers
|
||||||
// on CUDA devices
|
// on CUDA devices
|
||||||
|
#ifdef EIGEN_CUDACC
|
||||||
#include "src/Core/arch/CUDA/Complex.h"
|
#include "src/Core/arch/CUDA/Complex.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "src/Core/util/IndexedViewHelper.h"
|
#include "src/Core/util/IndexedViewHelper.h"
|
||||||
#include "src/Core/ArithmeticSequence.h"
|
#include "src/Core/ArithmeticSequence.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user