Skip to content

Commit

Permalink
Add NVTX to Windows build. (rapidsai#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey authored Apr 25, 2024
1 parent 069579f commit 7013588
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion windows/image/installers/install-cuda.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ $cudaComponents =
"cupti_$componentTag",
"nvrtc_$componentTag",
"nvrtc_dev_$componentTag",
"nvml_dev_$componentTag"
"nvml_dev_$componentTag",
"nvtx_$componentTag"

Invoke-WebRequest -Uri "$cudaVersionUrl" -OutFile "./cuda_network.exe" -UseBasicParsing
Start-Process -Wait -PassThru -FilePath .\cuda_network.exe -ArgumentList "-s $cudaComponents"
Expand Down

0 comments on commit 7013588

Please sign in to comment.