Skip to content

Commit

Permalink
Update nightly to also test Kokkos Kernels and Kokkos-fft
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Jan 8, 2025
1 parent d2fbf18 commit 47b2d46
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,16 @@ jobs:
cd vendor/kokkos
git fetch
git checkout develop
- name: Checkout Kokkos Kernels devel branch
run: |
cd vendor/kokkos-kernels
git fetch
git checkout develop
- name: Checkout Kokkos-fft devel branch
run: |
cd vendor/kokkos-fft
git fetch
git checkout main
- name: Test
id: test
run: |
Expand Down

0 comments on commit 47b2d46

Please sign in to comment.