Skip to content

Commit 11335df

Browse files
authored
Update CUDA 13 CUDNN to 9.12.0.46 (#7020)
1 parent fcec014 commit 11335df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)