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