Skip to content

Commit 145a3a7

Browse files
eqypytorchmergebot
authored andcommitted
[CUDA 13][cuDNN] Bump CUDA 13 to cuDNN 9.13.0 (#162268)
Fixes some `d_qk` != `d_v` cases on Hopper that are broken by cuDNN 9.11-9.12 Pull Request resolved: #162268 Approved by: https://github.com/drisspg, https://github.com/Skylion007
1 parent 291cd11 commit 145a3a7

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

.ci/docker/common/install_cuda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function install_128 {
147147
}
148148

149149
function install_130 {
150-
CUDNN_VERSION=9.12.0.46
150+
CUDNN_VERSION=9.13.0.50
151151
echo "Installing CUDA 13.0 and cuDNN ${CUDNN_VERSION} and NVSHMEM and NCCL and cuSparseLt-0.7.1"
152152
# install CUDA 13.0 in the same container
153153
install_cuda 13.0.0 cuda_13.0.0_580.65.06_linux

.ci/pytorch/windows/internal/cuda_install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ if not exist "%SRC_DIR%\temp_build\%CUDA_INSTALL_EXE%" (
124124
set "ARGS="
125125
)
126126

127-
set CUDNN_FOLDER=cudnn-windows-x86_64-9.12.0.46_cuda13-archive
127+
set CUDNN_FOLDER=cudnn-windows-x86_64-9.13.0.50_cuda13-archive
128128
set CUDNN_LIB_FOLDER="lib"
129129
set "CUDNN_INSTALL_ZIP=%CUDNN_FOLDER%.zip"
130130
if not exist "%SRC_DIR%\temp_build\%CUDNN_INSTALL_ZIP%" (

.github/scripts/generate_binary_build_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"nvidia-cuda-nvrtc==13.0.48; platform_system == 'Linux' and platform_machine == 'x86_64' | "
8181
"nvidia-cuda-runtime==13.0.48; platform_system == 'Linux' and platform_machine == 'x86_64' | "
8282
"nvidia-cuda-cupti==13.0.48; platform_system == 'Linux' and platform_machine == 'x86_64' | "
83-
"nvidia-cudnn-cu13==9.12.0.46; platform_system == 'Linux' and platform_machine == 'x86_64' | "
83+
"nvidia-cudnn-cu13==9.13.0.50; platform_system == 'Linux' and platform_machine == 'x86_64' | "
8484
"nvidia-cublas==13.0.0.19; platform_system == 'Linux' and platform_machine == 'x86_64' | "
8585
"nvidia-cufft==12.0.0.15; platform_system == 'Linux' and platform_machine == 'x86_64' | "
8686
"nvidia-curand==10.4.0.35; platform_system == 'Linux' and platform_machine == 'x86_64' | "

0 commit comments

Comments
 (0)