Skip to content

Commit

Permalink
cicd: test Cuda version supported by Kokkos
Browse files Browse the repository at this point in the history
  • Loading branch information
romintomasetti committed Oct 6, 2023
1 parent 1542afe commit dfc5b9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-with-kokkos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- image: ubuntu:22.04
preset: OpenMP
compiler: default
- image: nvidia/cuda:12.1.0-devel-ubuntu22.04
- image: nvidia/cuda:11.0.3-devel-ubuntu20.04
preset: Cuda
compiler: default
- image: nvidia/cuda:12.2.0-devel-ubuntu22.04
Expand All @@ -38,6 +38,9 @@ jobs:
repository: kokkos/kokkos
path: kokkos
ref: develop
- name: Ensure non-interactive frontend.
run : |
echo "DEBIAN_FRONTEND=noninteractive" >> $GITHUB_ENV
- name: Install compilers
run : |
apt update
Expand Down

0 comments on commit dfc5b9f

Please sign in to comment.