Skip to content

Commit

Permalink
Update kokkos version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkestene committed May 2, 2024
1 parent 75e3e57 commit 8f30ffc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmake/build_or_find_kokkos.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ if(PPKMHD_BUILD_KOKKOS)
if (PPKMHD_USE_GIT_KOKKOS)
FetchContent_Declare( kokkos_external
GIT_REPOSITORY https://github.com/kokkos/kokkos.git
GIT_TAG 4.2.00
GIT_TAG 4.3.00
)
else()
FetchContent_Declare( kokkos_external
#URL https://github.com/kokkos/kokkos/archive/refs/tags/4.2.00.tar.gz
#URL https://github.com/kokkos/kokkos/archive/refs/tags/4.3.00.tar.gz
SOURCE_DIR ${PROJECT_SOURCE_DIR}/external/kokkos
)
endif()
Expand Down
2 changes: 1 addition & 1 deletion external/kokkos
Submodule kokkos updated 414 files

0 comments on commit 8f30ffc

Please sign in to comment.