Skip to content

Commit

Permalink
ci: adding rocm 5.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
romintomasetti committed Sep 26, 2023
1 parent bfdfdae commit a4d344d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-with-kokkos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
preset: Cuda
- image: rocm/dev-ubuntu-22.04:5.4
preset: ROCm
- image: rocm/dev-ubuntu-22.04:5.7
preset: ROCm
container:
image: ${{ matrix.image }}
env:
Expand Down Expand Up @@ -47,7 +49,7 @@ jobs:
- name: Build Kokkos Tools, enabling examples
run: |
cmake -S . --preset=${{ matrix.preset }}
cmake --build --preset=${{ matrix.preset }}
cmake --build --preset=${{ matrix.preset }} --verbose
cmake --install build-with-${{ matrix.preset }} --prefix=/opt/kokkos-tools
# For now, GitHub runners are used. These runner don't have GPUs. Therefore, testing can only be done for OpenMP.
- name: Run tests
Expand Down

0 comments on commit a4d344d

Please sign in to comment.