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