Skip to content

Commit

Permalink
try nvhpc 22.1 and 22.2 to find when curand starts working
Browse files Browse the repository at this point in the history
  • Loading branch information
ptheywood committed Jan 9, 2024
1 parent c8531f5 commit dcc9213
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/NVHPC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@ jobs:
hostcxx: nvhpc-22.3
os: ubuntu-20.04
container: nvcr.io/nvidia/nvhpc:22.3-devel-cuda11.6-ubuntu20.04
- cuda: "11.6"
cuda_arch: "35"
hostcxx: nvhpc-22.2
os: ubuntu-20.04
container: nvcr.io/nvidia/nvhpc:22.2-devel-cuda11.6-ubuntu20.04
- cuda: "11.5"
cuda_arch: "35"
hostcxx: nvhpc-22.1
os: ubuntu-20.04
container: nvcr.io/nvidia/nvhpc:22.1-devel-cuda11.5-ubuntu20.04
- cuda: "11.5"
cuda_arch: "35"
hostcxx: nvhpc-21.11
Expand Down

0 comments on commit dcc9213

Please sign in to comment.