blob: f1d986adf51d665dcdcca291b19f3035fa186af3 [file]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
#ifndef EIGEN_TENSOR_TENSOR_DEVICE_CUDA_H
#define EIGEN_TENSOR_TENSOR_DEVICE_CUDA_H
#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"
#endif // EIGEN_TENSOR_TENSOR_DEVICE_CUDA_H