Files
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h
2018-07-12 10:50:53 +02:00

7 lines
215 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"