Skip to content

Commit 3b1186c

Browse files
authored
Merge pull request primesearch#93 from N-Storm/ghactions-dev
Bump CUDA version to 13.0.2
2 parents a6eb92f + 101559a commit 3b1186c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
sys:
5454
# Specified version combination must exist as CUDA container image from Nvidia: nvcr.io/nvidia/cuda:${{ matrix.sys.cuda_version }}-devel-${{ matrix.sys.ct_os }}
5555
# 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' }
5758
# - { cuda_version: '13.0.0', ct_os: 'ubuntu24.04' }
5859
- { cuda_version: '12.9.1', ct_os: 'ubuntu24.04' }
5960
# - { cuda_version: '12.9.0', ct_os: 'ubuntu24.04' }
@@ -179,9 +180,9 @@ jobs:
179180

180181
matrix:
181182
# 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
183184
sys:
184-
- { cuda_version: '13.0.1' }
185+
- { cuda_version: '13.0.2' }
185186
- { cuda_version: '12.9.1' }
186187
- { cuda_version: '12.8.1' }
187188
- { cuda_version: '12.6.3' }
@@ -219,7 +220,7 @@ jobs:
219220

220221
- name: Install CUDA Toolkit
221222
id: cuda-toolkit
222-
uses: N-Storm/[email protected].28
223+
uses: N-Storm/[email protected].29
223224
with:
224225
cuda: ${{ matrix.sys.cuda_version }}
225226
sub-packages: ${{ startsWith(matrix.sys.cuda_version, '8.') && '[]' || startsWith(matrix.sys.cuda_version, '13.') &&'[ "nvcc", "crt", "cudart", "nvvm", "nvptxcompiler" ]' || '[ "nvcc", "cudart" ]' }}

0 commit comments

Comments
 (0)