Skip to content

Commit

Permalink
update CUDA versions for github actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmp committed Nov 24, 2024
1 parent 305d38f commit 9d60a9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
fail-fast: false
matrix:
optix: [ optix-7.5.0, optix-7.7.0, optix-8.0.0 ]
cuda: [ '11.5.2', '11.6.1', '11.7.0', '12.1.0' ] # 11.3.0 fails for unclear reasons
os: [ ubuntu-22.04, windows-latest ]
cuda: [ '11.7.0', '12.1.0', '12.2.2', '12.3.2' ]
os: [ ubuntu-20.04, windows-latest ]

name: GPU Build Only (${{ matrix.os }}, CUDA ${{ matrix.cuda }}, ${{ matrix.optix }})

runs-on: ${{ matrix.os }}

steps:
- uses: jimver/[email protected].10
- uses: jimver/[email protected].19
id: cuda-toolkit
with:
cuda: ${{ matrix.cuda }}
Expand Down

0 comments on commit 9d60a9c

Please sign in to comment.