Skip to content

Commit e70c2b5

Browse files
committed
upgrade kokkos to 4.3.00
1 parent 89bd5ba commit e70c2b5

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)