mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
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:
@@ -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"
|
||||
Reference in New Issue
Block a user