aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h
blob: f7792393353cda937b40b53cddf467b2360e3307 (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 TensorDeviceGpu.h file"
#endif

#include "TensorDeviceGpu.h"