Skip to content

Commit

Permalink
Windows: Add nvrtc*_dev* components to the windows images. (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey authored Oct 20, 2023
1 parent 6ca6919 commit e62f2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/image/installers/install-cuda.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $componentTag = @{
$cudaVersionUrl = "https://developer.download.nvidia.com/compute/cuda/$cudaUri"

Invoke-WebRequest -Uri "$cudaVersionUrl" -OutFile "./cuda_network.exe" -UseBasicParsing
Start-Process -Wait -PassThru -FilePath .\cuda_network.exe -ArgumentList "-s nvcc_$componentTag curand_$componentTag curand_dev_$componentTag cudart_$componentTag nvrtc_$componentTag"
Start-Process -Wait -PassThru -FilePath .\cuda_network.exe -ArgumentList "-s nvcc_$componentTag curand_$componentTag curand_dev_$componentTag cudart_$componentTag nvrtc_$componentTag nvrtc_dev_$componentTag"

$ENV:PATH="$ENV:PATH;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v$componentTag\bin"
$ENV:CUDA_PATH="C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v$componentTag"
Expand Down

0 comments on commit e62f2d5

Please sign in to comment.