From e1b7cd00f8a8b196ad54ccdcbd423204453442e4 Mon Sep 17 00:00:00 2001 From: Tianlei Wu Date: Wed, 9 Aug 2023 13:34:08 -0700 Subject: [PATCH] Update CUDA EP Requirements of ORT 1.15.* (#17081) Add CUDA and cuDNN versions for ORT 1.15. Add VC Runtime ### Motivation and Context https://github.com/microsoft/onnxruntime/issues/16967 --- docs/execution-providers/CUDA-ExecutionProvider.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/execution-providers/CUDA-ExecutionProvider.md b/docs/execution-providers/CUDA-ExecutionProvider.md index 54908a95b1..e17930c5b7 100644 --- a/docs/execution-providers/CUDA-ExecutionProvider.md +++ b/docs/execution-providers/CUDA-ExecutionProvider.md @@ -31,6 +31,7 @@ Please reference [Nvidia CUDA Minor Version Compatibility](https://docs.nvidia.c |ONNX Runtime|CUDA|cuDNN|Notes| |---|---|---|---| +|1.15|11.8|8.2.4 (Linux)
8.5.0.96 (Windows)|Tested with CUDA versions from 11.6 up to 11.8, and cuDNN from 8.2.4 up to 8.7.0| |1.14
1.13.1
1.13|11.6|8.2.4 (Linux)
8.5.0.96 (Windows)|libcudart 11.4.43
libcufft 10.5.2.100
libcurand 10.2.5.120
libcublasLt 11.6.5.2
libcublas 11.6.5.2
libcudnn 8.2.4| |1.12
1.11|11.4|8.2.4 (Linux)
8.2.2.26 (Windows)|libcudart 11.4.43
libcufft 10.5.2.100
libcurand 10.2.5.120
libcublasLt 11.6.5.2
libcublas 11.6.5.2
libcudnn 8.2.4| |1.10|11.4|8.2.4 (Linux)
8.2.2.26 (Windows)|libcudart 11.4.43
libcufft 10.5.2.100
libcurand 10.2.5.120
libcublasLt 11.6.1.51
libcublas 11.6.1.51
libcudnn 8.2.4| @@ -43,6 +44,8 @@ Please reference [Nvidia CUDA Minor Version Compatibility](https://docs.nvidia.c For older versions, please reference the readme and build pages on the release branch. +For Windows, [Microsoft C and C++ (MSVC) runtime libraries](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist) is also required. + ## Build For build instructions, please see the [BUILD page](../build/eps.md#cuda).