| // 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 |