Files
eigen/unsupported/Eigen/src/Tensor/TensorDeviceCuda.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
227 B
C
Raw Normal View History

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