We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 054659b commit 4a8f7aeCopy full SHA for 4a8f7ae
.github/scripts/install_cuda_windows.ps1
@@ -151,6 +151,7 @@ Foreach ($package in $CUDA_PACKAGES_IN) {
151
} elseif($package -eq "nvvm" -and [version]$CUDA_VERSION_FULL -lt [version]"13.0") {
152
# nvvm is a from CUDA 13.0, otherwise it should be skipped.
153
continue
154
+ }
155
$CUDA_PACKAGES += " $($package)_$($CUDA_MAJOR).$($CUDA_MINOR)"
156
}
157
echo "$($CUDA_PACKAGES)"
0 commit comments