Skip to content

Commit 61ab9ee

Browse files
committed
Remove non-existing subpackage
Signed-off-by: Jan Stephan <jan.stephan@amd.com>
1 parent 5ef2b2e commit 61ab9ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_portable_sln.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
Write-Host "Downloading installer https://developer.download.nvidia.com/compute/cuda/${{ env.CUDA_VERSION }}/local_installers/cuda_${{ env.CUDA_VERSION }}_${{ env.CUDA_INSTALLER_VERSION }}_windows.exe"
6767
Invoke-WebRequest -Uri https://developer.download.nvidia.com/compute/cuda/${{ env.CUDA_VERSION }}/local_installers/cuda_${{ env.CUDA_VERSION }}_${{ env.CUDA_INSTALLER_VERSION }}_windows.exe -OutFile CUDAToolkit.exe
6868
Write-Host "Installing CUDA Toolkit"
69-
Start-Process CUDAToolkit.exe -ArgumentList '-s cuda_profiler_api_12.8 cudart_12.8 nvcc_12.8 nvrtc_dev_12.8 cccl_dev_12.8 cublas_dev_12.8 cufft_dev_12.8 curand_dev_12.8 cusolver_dev_12.8 cusparse_dev_12.8 visual_studio_integration_12.8','-n' -NoNewWindow -Wait
69+
Start-Process CUDAToolkit.exe -ArgumentList '-s cuda_profiler_api_12.8 cudart_12.8 nvcc_12.8 nvrtc_dev_12.8 cublas_dev_12.8 cufft_dev_12.8 curand_dev_12.8 cusolver_dev_12.8 cusparse_dev_12.8 visual_studio_integration_12.8','-n' -NoNewWindow -Wait
7070
if (Test-Path -Path "${{ env.CUDA_PATH }}") {
7171
Write-Host "CUDA_PATH directory exists: ${{ env.CUDA_PATH }}"
7272
Write-Host "CUDA Toolkit installed successfully"

0 commit comments

Comments
 (0)