Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
- name: Install cuda-toolkit
id: cuda-toolkit-12
if: ${{ matrix.build == 'cuda12' }}
uses: Jimver/[email protected].19
uses: Jimver/[email protected].21
with:
cuda: '12.6.2'
cuda: '12.8.0'
method: network
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]'

Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Install cuda-toolkit
id: cuda-toolkit-11
if: ${{ matrix.build == 'cuda11' }}
uses: Jimver/[email protected].16
uses: Jimver/[email protected].21
with:
cuda: '11.8.0'
method: network
Expand Down Expand Up @@ -243,19 +243,19 @@ jobs:
- name: Install cuda-toolkit
id: cuda-toolkit-11
if: ${{ matrix.build == 'cuda11' }}
uses: Jimver/[email protected].14
uses: Jimver/[email protected].21
with:
cuda: '11.7.1'
cuda: '11.8.0'
method: network
use-github-cache: false
use-local-cache: false

- name: Install cuda-toolkit
id: cuda-toolkit-12
if: ${{ matrix.build == 'cuda12' }}
uses: Jimver/[email protected].14
uses: Jimver/[email protected].21
with:
cuda: '12.2.0'
cuda: '12.8.0'
method: network
use-github-cache: false
use-local-cache: false
Expand Down