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 4e688f7 commit 2a8e0e1Copy full SHA for 2a8e0e1
.github/workflows/windows-cuda.yml
@@ -27,8 +27,8 @@ jobs:
27
- name: Setup MSVC
28
uses: ilammy/msvc-dev-cmd@v1
29
30
- - name: Setup Ninja
31
- run: pip install ninja
+ - name: Setup CMake and Ninja
+ run: pip install cmake ninja
32
33
- name: Cache CUDA
34
id: cache-cuda
@@ -42,6 +42,7 @@ jobs:
42
run: |
43
curl -s -o cuda_installer.exe -L https://developer.download.nvidia.com/compute/cuda/13.0.1/network_installers/cuda_13.0.1_windows_network.exe
44
cuda_installer.exe -s nvcc_13.0 cudart_13.0 cublas_dev_13.0 cufft_dev_13.0 curand_dev_13.0 cusparse_dev_13.0 cupti_13.0 thrust_13.0 nvtx_13.0 crt_13.0 nvptxcompiler_13.0
45
+ cmake --version
46
47
- name: Download cuDNN inference library
48
0 commit comments