From 51caf9851e6cedbde332b0d94e878bad65563cef Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Thu, 23 May 2024 14:23:56 -0700 Subject: [PATCH] Update CUDA-ExecutionProvider.md (#20795) update cudnn to 8.9.2.26 (Linux)
8.9.2.26 (Windows) ### Description ### Motivation and Context --- docs/execution-providers/CUDA-ExecutionProvider.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/execution-providers/CUDA-ExecutionProvider.md b/docs/execution-providers/CUDA-ExecutionProvider.md index 6e43821b8d..6a44e9cc92 100644 --- a/docs/execution-providers/CUDA-ExecutionProvider.md +++ b/docs/execution-providers/CUDA-ExecutionProvider.md @@ -38,8 +38,8 @@ ONNX Runtime built with cuDNN 8.x are not compatible with cuDNN 9.x. | ONNX Runtime | CUDA | cuDNN | Notes | |--------------------------|--------|-----------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| 1.18 | 12.4 | 10.0.1.6 (Linux)
10.0.1.6 (Windows) | The default CUDA version for ORT 1.18 is CUDA 11.8. To install CUDA 12 package, please look at [Install ORT](../install). Java CUDA 12 support is back for release 1.18 | -| 1.18 | 11.8 | 10.0.1.6 (Linux)
10.0.1.6 (Windows) | | +| 1.18 | 12.4 | 8.9.2.26 (Linux)
8.9.2.26 (Windows) | The default CUDA version for ORT 1.18 is CUDA 11.8. To install CUDA 12 package, please look at [Install ORT](../install). Java CUDA 12 support is back for release 1.18 | +| 1.18 | 11.8 | 8.9.2.26 (Linux)
8.9.2.26 (Windows) | | | 1.17 | 12.2 | 8.9.2.26 (Linux)
8.9.2.26 (Windows) | The default CUDA version for ORT 1.17 is CUDA 11.8. To install CUDA 12 package, please look at [Install ORT](../install).
Due to low demand on Java GPU package, only C++/C# Nuget and Python packages are released with CUDA 12.2 | | 1.15
1.16
1.17 | 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.9.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 |