We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5dd068 commit 4c6b3dbCopy full SHA for 4c6b3db
aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1
@@ -28,7 +28,7 @@ Switch ($cudaVersion) {
28
}
29
"11.8" {
30
$toolkitInstaller = "cuda_11.8.0_522.06_windows.exe"
31
- $cudnn_subfolder = "cudnn-windows-x86_64-8.5.0.96_cuda11-archive"
+ $cudnn_subfolder = "cudnn-windows-x86_64-8.7.0.84_cuda11-archive"
32
$installerArgs += " cuda_profiler_api_$cudaVersion"
33
34
0 commit comments