blob: bf8117e0f2b9f209d5a3f5ed9edc5eab0d3f3fcf [file]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
#ifndef EIGEN_TENSOR_TENSOR_CONTRACTION_CUDA_H
#define EIGEN_TENSOR_TENSOR_CONTRACTION_CUDA_H
#if defined(__clang__) || defined(__GNUC__)
#warning \
"Deprecated header file, please either include the main unsupported/Eigen/Tensor header or the respective TensorContractionGpu.h file"
#endif
#include "TensorContractionGpu.h"
#endif // EIGEN_TENSOR_TENSOR_CONTRACTION_CUDA_H