Files
eigen/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h

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

8 lines
231 B
C
Raw Permalink Normal View History

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