Skip to content

Commit

Permalink
Add g++13 and CUDA 12.2 CIs
Browse files Browse the repository at this point in the history
Also update download URL for CUDA 12.1
  • Loading branch information
bernhardmgruber committed Jul 4, 2023
1 parent df40794 commit 4447a41
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,15 @@ jobs:
- name: build-ubuntu-gcc12-nvcc12.1
cxx: g++-12
install_extra: g++-12
cuda_url: https://developer.download.nvidia.com/compute/cuda/12.1.0/local_installers/cuda_12.1.0_530.30.02_linux.run
cuda_url: https://developer.download.nvidia.com/compute/cuda/12.1.1/local_installers/cuda_12.1.1_530.30.02_linux.run
- name: build-ubuntu-gcc12-nvcc12.2
cxx: g++-12
install_extra: g++-12
cuda_url: https://developer.download.nvidia.com/compute/cuda/12.2.0/local_installers/cuda_12.2.0_535.54.03_linux.run
- name: build-ubuntu-gcc13
cxx: g++-13
add_toolchain_repo: true
install_extra: g++-13
- name: build-ubuntu-clang10
os: ubuntu-20.04 # clang-10 is not available on ubuntu-22.04
cxx: clang++-10
Expand Down

0 comments on commit 4447a41

Please sign in to comment.