Move CUDA/Complex.h to GPU/Complex.h, remove TensorReductionCuda.h

The `Complex.h` file applies equally to HIP/CUDA, so placing under the
generic `GPU` folder.

The `TensorReductionCuda.h` has already been deprecated, now removing
for the next Eigen version.
This commit is contained in:
Antonio Sanchez
2021-10-08 11:36:27 -07:00
parent f2c9c2d2f7
commit d0d34524a1
3 changed files with 8 additions and 15 deletions

View File

@@ -1,6 +0,0 @@
#if defined(__clang__) || defined(__GNUC__)
#warning "Deprecated header file, please either include the main Eigen/CXX11/Tensor header or the respective TensorReductionGpu.h file"
#endif
#include "TensorReductionGpu.h"