Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub actions script for MS Windows fails to install CUDA #346

Closed
eyalroz opened this issue May 27, 2022 · 0 comments
Closed

GitHub actions script for MS Windows fails to install CUDA #346

eyalroz opened this issue May 27, 2022 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented May 27, 2022

This is what I get: ...

Run .github\action-scripts\install-cuda-windows.ps1
  .github\action-scripts\install-cuda-windows.ps1
  shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'"
  env:
    build_type: Release
    cmake-generator: Visual Studio 16 2019
    visual_studio: Visual Studio 16 2019
    build_dir: build
    cuda: 11.6.0
 nvcc_11.6 visual_studio_integration_11.6 curand_dev_11.6 nvrtc_dev_11.6 nvtx_11.6 cudart_11.6 visual_studio_integration_11.6 nsight_nvtx_11.6
note: URL for CUDA  not known, taking an educated guess.
Downloading CUDA Network Installer for 11.6.0 from: http://developer.download.nvidia.com/compute/cuda/11.6/Prod/network_installers/cuda_11.6.0_win10_network.exe
Invoke-WebRequest : 404 - Not Found
At D:\a\cuda-api-wrappers\cuda-api-wrappers\.github\action-scripts\install-cuda-windows.ps1:146 char:1
+ Invoke-WebRequest $CUDA_REPO_PKG_REMOTE -OutFile $CUDA_REPO_PKG_LOCAL ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc 
   eption
    + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
Error: Process completed with exit code 1.
eyalroz added a commit that referenced this issue May 27, 2022
…adding some CUDA versions to the Matrix.
eyalroz added a commit that referenced this issue May 27, 2022
…adding CUDA versions 11.6.1 through 11.7 to the Matrix.
eyalroz added a commit that referenced this issue May 28, 2022
…UDA versions 11.6.1 through 11.7 to the Matrix.
eyalroz added a commit that referenced this issue May 28, 2022
…UDA versions 11.6.1 through 11.7 to the Matrix.
eyalroz added a commit that referenced this issue May 29, 2022
…UDA versions 11.6.1 through 11.7 to the Matrix.
eyalroz added a commit that referenced this issue Jun 2, 2022
…UDA versions 11.6.1 through 11.7 to the Matrix.
eyalroz added a commit that referenced this issue Jun 20, 2022
…UDA versions 11.6.1 through 11.7 to the Matrix.
eyalroz added a commit that referenced this issue Jun 20, 2022
…UDA versions 11.6.1 through 11.7 to the Matrix.
eyalroz added a commit that referenced this issue Jun 20, 2022
…UDA versions 11.6.1 through 11.7 to the Matrix.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant