mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
7 lines
215 B
C
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"
|