|
53 | 53 | sys: |
54 | 54 | # Specified version combination must exist as CUDA container image from Nvidia: nvcr.io/nvidia/cuda:${{ matrix.sys.cuda_version }}-devel-${{ matrix.sys.ct_os }} |
55 | 55 | # Available versions can be found here: https://catalog.ngc.nvidia.com/orgs/nvidia/containers/cuda/tags (note that only Ubuntu distros are supported by this action) |
56 | | - - { cuda_version: '13.0.1', ct_os: 'ubuntu24.04' } |
| 56 | + - { cuda_version: '13.0.2', ct_os: 'ubuntu24.04' } |
| 57 | + # - { cuda_version: '13.0.1', ct_os: 'ubuntu24.04' } |
57 | 58 | # - { cuda_version: '13.0.0', ct_os: 'ubuntu24.04' } |
58 | 59 | - { cuda_version: '12.9.1', ct_os: 'ubuntu24.04' } |
59 | 60 | # - { cuda_version: '12.9.0', ct_os: 'ubuntu24.04' } |
@@ -179,9 +180,9 @@ jobs: |
179 | 180 |
|
180 | 181 | matrix: |
181 | 182 | # Available CUDA versions can be viewed at the Jimver/cuda-toolkit action sources: |
182 | | - # https://github.com/Jimver/cuda-toolkit/blob/v0.2.24/src/links/windows-links.ts |
| 183 | + # https://github.com/Jimver/cuda-toolkit/blob/v0.2.29/src/links/windows-links.ts |
183 | 184 | sys: |
184 | | - - { cuda_version: '13.0.1' } |
| 185 | + - { cuda_version: '13.0.2' } |
185 | 186 | - { cuda_version: '12.9.1' } |
186 | 187 | - { cuda_version: '12.8.1' } |
187 | 188 | - { cuda_version: '12.6.3' } |
@@ -219,7 +220,7 @@ jobs: |
219 | 220 |
|
220 | 221 | - name: Install CUDA Toolkit |
221 | 222 | id: cuda-toolkit |
222 | | - uses: N-Storm/[email protected].28 |
| 223 | + uses: N-Storm/[email protected].29 |
223 | 224 | with: |
224 | 225 | cuda: ${{ matrix.sys.cuda_version }} |
225 | 226 | sub-packages: ${{ startsWith(matrix.sys.cuda_version, '8.') && '[]' || startsWith(matrix.sys.cuda_version, '13.') &&'[ "nvcc", "crt", "cudart", "nvvm", "nvptxcompiler" ]' || '[ "nvcc", "cudart" ]' }} |
|
0 commit comments