Skip to content

Commit

Permalink
Try older clang with cuda 12.0 via ubuntu 20.04 CI - this would only …
Browse files Browse the repository at this point in the history
…actually help short term. 20.04 is EOL soon.
  • Loading branch information
ptheywood committed Jan 11, 2024
1 parent dc55d63 commit 3ae9a36
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,19 @@ jobs:
cuda_arch: "50"
hostcxx: clang-14 # 7-16
os: ubuntu-22.04
# cuda 12.0 with oldest clang on ubuntu 22.04.
# cuda 12.0 with oldest clang on ubuntu 20.04.
- cuda: "12.0"
cuda_arch: "50"
hostcxx: clang-11 # 7-15
os: ubuntu-22.04
hostcxx: clang-9 # 7-15
os: ubuntu-20.04
- cuda: "12.0"
cuda_arch: "50"
hostcxx: clang-8 # 7-15
os: ubuntu-20.04
- cuda: "12.0"
cuda_arch: "50"
hostcxx: clang-7 # 7-15
os: ubuntu-20.04
python:
- "3.12"
config:
Expand Down

0 comments on commit 3ae9a36

Please sign in to comment.