From e736a39e579b9dd0a9203199d2b422fddf57823a Mon Sep 17 00:00:00 2001 From: Charlene Yang <8636796+cyanguwa@users.noreply.github.com> Date: Wed, 22 Jul 2026 09:21:13 -0700 Subject: [PATCH] update minimum supported cudnn version to 9.11 Signed-off-by: Charlene Yang <8636796+cyanguwa@users.noreply.github.com> --- README.rst | 2 +- docs/installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 859879fbc2..31bc98e474 100644 --- a/README.rst +++ b/README.rst @@ -160,7 +160,7 @@ System Requirements * **Software:** * CUDA: 12.1+ (Hopper/Ada/Ampere), 12.8+ (Blackwell) with compatible NVIDIA drivers - * cuDNN: 9.3+ + * cuDNN: 9.11+ * Compiler: GCC 9+ or Clang 10+ with C++17 support * Python: 3.12 recommended diff --git a/docs/installation.rst b/docs/installation.rst index cc48a0adac..0271af7fcc 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -14,7 +14,7 @@ Prerequisites 1. Linux x86_64 2. `CUDA 12.1+ (12.8+ for Blackwell support) `__ 3. |driver link|_ supporting CUDA 12.1 or later. -4. `cuDNN 9.3 `__ or later. +4. `cuDNN 9.11 `__ or later. If the CUDA Toolkit headers are not available at runtime in a standard installation path, e.g. within `CUDA_HOME`, set