blob: dcfa5eb85b1b7782b4381158d1a07fb1530a67ef [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 contrib/Eigen/Tensor header or the respective TensorDeviceGpu.h file"
#endif
#include "TensorDeviceGpu.h"
#endif // EIGEN_TENSOR_TENSOR_DEVICE_CUDA_H