Skip to content

Commit 8cb4059

Browse files
committed
Update CUDNN to 9.12.0.46
1 parent 56f7bbf commit 8cb4059

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $installerArgs = "nvcc_$cudaVersion cuobjdump_$cudaVersion nvprune_$cudaVersion
1515
# Switch statement for specfic CUDA versions
1616
$cudnn_subfolder="cuda"
1717
$cudnn_lib_folder="lib\x64"
18-
$cudnn_subfolder="cudnn-windows-x86_64-9.10.2.21_cuda12-archive"
18+
$cudnn_subfolder="cudnn-windows-x86_64-9.12.0.46_cuda12-archive"
1919
$toolkitInstaller = "cuda_12.6.3_561.17_windows.exe"
2020

2121
Switch ($cudaVersion) {
@@ -32,6 +32,7 @@ Switch ($cudaVersion) {
3232
$installerArgs += " cuda_profiler_api_$cudaVersion nvjitlink_$cudaVersion"
3333
}
3434
"13.0" {
35+
$cudnn_subfolder="cudnn-windows-x86_64-9.12.0.46_cuda13-archive"
3536
$toolkitInstaller = "cuda_13.0.0_windows.exe"
3637
$installerArgs += " cuda_profiler_api_$cudaVersion nvjitlink_$cudaVersion"
3738
}

0 commit comments

Comments
 (0)