Skip to content

Commit

Permalink
Try more clangs with cuda 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptheywood committed Jan 9, 2024
1 parent dd380b5 commit 0f2ea54
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,26 @@ jobs:
cuda_arch: "50"
hostcxx: clang-14 # 14.0
os: ubuntu-22.04
- cuda: "12.0"
cuda_arch: "50"
hostcxx: clang-13 # 14.0
os: ubuntu-22.04
- cuda: "12.0"
cuda_arch: "50"
hostcxx: clang-12 # 14.0
os: ubuntu-22.04
- cuda: "12.0"
cuda_arch: "50"
hostcxx: clang-11 # 14.0
os: ubuntu-22.04
- cuda: "12.0"
cuda_arch: "50"
hostcxx: clang-10 # 14.0
os: ubuntu-22.04
- cuda: "12.0"
cuda_arch: "50"
hostcxx: clang-9 # 14.0
os: ubuntu-22.04
- cuda: "11.8"
cuda_arch: "35"
hostcxx: clang-13 # 14.0
Expand Down

0 comments on commit 0f2ea54

Please sign in to comment.