Files
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h
2023-11-29 11:12:48 +00:00

8 lines
221 B
C

#if defined(__clang__) || defined(__GNUC__)
#warning \
"Deprecated header file, please either include the main Eigen/CXX11/Tensor header or the respective TensorDeviceGpu.h file"
#endif
#include "TensorDeviceGpu.h"