Skip to content

Commit

Permalink
Upgrade cudnn for cuda 11.8 (#1523)
Browse files Browse the repository at this point in the history
Upgrade cudnn for cuda 11.8
Related to: pytorch/builder#1271
  • Loading branch information
atalman authored Jan 26, 2023
1 parent c5dd068 commit 4c6b3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Switch ($cudaVersion) {
}
"11.8" {
$toolkitInstaller = "cuda_11.8.0_522.06_windows.exe"
$cudnn_subfolder = "cudnn-windows-x86_64-8.5.0.96_cuda11-archive"
$cudnn_subfolder = "cudnn-windows-x86_64-8.7.0.84_cuda11-archive"
$installerArgs += " cuda_profiler_api_$cudaVersion"
}
}
Expand Down

0 comments on commit 4c6b3db

Please sign in to comment.