mirror of
https://github.com/mmp/pbrt-v4
synced 2026-09-26 16:20:07 +03:00
update CUDA versions for github actions build
This commit is contained in:
parent
305d38f629
commit
9d60a9cbf9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci-gpu.yml
vendored
6
.github/workflows/ci-gpu.yml
vendored
|
|
@ -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/cuda-toolkit@v0.2.10
|
||||
- uses: jimver/cuda-toolkit@v0.2.19
|
||||
id: cuda-toolkit
|
||||
with:
|
||||
cuda: ${{ matrix.cuda }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue