Skip to content

Commit 7000cfd

Browse files
authored
Merge pull request #165 from Sichao25/workflow_test
Upgrade kokkos to 4.3.00 in CI
2 parents bf79cdd + e70c2b5 commit 7000cfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,13 @@ jobs:
4242
with:
4343
repo-name: 'kokkos'
4444
repo-path: 'kokkos/kokkos'
45-
repo-ref: '4.2.00'
45+
repo-ref: '4.3.00'
4646
cache: true
4747
options: '-DCMAKE_CXX_COMPILER=${{ matrix.compiler }}
4848
-DKokkos_ENABLE_SERIAL=ON
4949
-DKokkos_ENABLE_OPENMP=off
5050
-DKokkos_ENABLE_CUDA=off
51+
-DKokkos_ENABLE_IMPL_VIEW_LEGACY=ON
5152
-DKokkos_ENABLE_CUDA_LAMBDA=off
5253
-DKokkos_ENABLE_DEBUG=on'
5354

0 commit comments

Comments
 (0)