aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h
blob: 68780cd3cf43c60a672e3398a15b38c1ea9e4ad2 (plain)
1
2
3
4
5
6

#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"