We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57fb78 commit fcb0ebeCopy full SHA for fcb0ebe
.github/workflows/build.yml
@@ -138,9 +138,14 @@ jobs:
138
- name: Install Cuda 13.0 on Windows (2)
139
if: matrix.config.name == 'Windows (2)'
140
shell: bash
141
+ timeout-minutes: 30
142
run: |
143
curl -Lo cuda_13.0.0_windows_network.exe https://developer.download.nvidia.com/compute/cuda/13.0.0/network_installers/cuda_13.0.0_windows_network.exe
144
+
145
+ echo "Installing Cuda 13.0.0"
146
cmd /c "start /wait \"\" cuda_13.0.0_windows_network.exe -s -n nvcc_13.0 cudart_13.0 cublas_13.0 cublas_dev_13.0 thrust_13.0 visual_studio_integration_13.0"
147
+ echo "Cuda installation finished"
148
149
rm -f ./cuda_13.0.0_windows_network.exe
150
151
- name: Install Cuda 12.4 on Ubuntu
0 commit comments