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 3382612 commit 377713aCopy full SHA for 377713a
aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1
@@ -80,6 +80,9 @@ function Install-CudaToolkit() {
80
Get-Content -Path "$cudaInstallLogs\LOG.setup.exe.log"
81
exit 1
82
}
83
+
84
+ Write-Output "Installing VS 2019 integration"
85
+ Copy-Item -Force -Verbose -Recurse "$tmpExtractedInstaller\visual_studio_integration\CUDAVisualStudioIntegration\extras\visual_studio_integration\MSBuildExtensions\*.*" "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Microsoft\VC\v160\BuildCustomizations"
86
87
88
function Install-Cudnn() {
0 commit comments