Skip to content

Commit

Permalink
workflow: updating kokkos version for CI testing
Browse files Browse the repository at this point in the history
Updating our workflows to test develop against 4.5.00.

Signed-off-by: Luc Berger-Vergiat <[email protected]>
  • Loading branch information
lucbv committed Nov 25, 2024
1 parent 60a6a67 commit 0244239
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/at2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,26 @@ concurrency:
cancel-in-progress: true

env:
KOKKOS_VERSION: 4.4.01
KOKKOS_VERSION: 4.5.00

jobs:
mi210:
uses: ./.github/workflows/mi210.yml
with:
kokkos_version: 4.4.01
kokkos_version: 4.5.00
h100:
uses: ./.github/workflows/h100.yml
with:
kokkos_version: 4.4.01
kokkos_version: 4.5.00
bdw:
uses: ./.github/workflows/bdw.yml
with:
kokkos_version: 4.4.01
kokkos_version: 4.5.00
spr:
uses: ./.github/workflows/spr.yml
with:
kokkos_version: 4.4.01
kokkos_version: 4.5.00
volta70:
uses: ./.github/workflows/volta70.yml
with:
kokkos_version: 4.4.01
kokkos_version: 4.5.00
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
cancel-in-progress: true

env:
kokkos_version: 4.4.01
kokkos_version: 4.5.00

jobs:
check-pr-labels:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
cancel-in-progress: true

env:
kokkos_version: 4.4.01
kokkos_version: 4.5.00

jobs:
check-pr-labels:
Expand Down

0 comments on commit 0244239

Please sign in to comment.