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 6b0cb06 commit 05b89e0Copy full SHA for 05b89e0
.github/workflows/build.yml
@@ -73,8 +73,9 @@ jobs:
73
- name: setup CUDA
74
shell: bash
75
run: |
76
+ "C:/Program Files (x86)/Microsoft Visual Studio/Installer/VisualStudioSetup.exe" --channelUri https://aka.ms/vs/17/release.LTSC.17.12/channel --locale en-US
77
C:/msys64/usr/bin/wget.exe https://developer.download.nvidia.com/compute/cuda/12.6.0/network_installers/cuda_12.6.0_windows_network.exe
- ./cuda_12.6.0_windows_network.exe -s cudart_12.6 nvcc_12.6 nvtx_12.6 curand_dev_12.6
78
+ ./cuda_12.6.0_windows_network.exe -s cudart_12.6 nvcc_12.6 visual_studio_integration_12.6 nvtx_12.6 curand_dev_12.6
79
- uses: actions/setup-python@v5
80
with:
81
python-version: |
0 commit comments