Skip to content

Commit

Permalink
[cmake] try kokkos support (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisCarouge committed Jan 6, 2023
1 parent e1b5967 commit 2e48e9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ FetchContent_Declare(
FIND_PACKAGE_ARGS NAMES mdspan)
FetchContent_MakeAvailable(mdspan)

FetchContent_Declare(
kokkos
GIT_REPOSITORY "https://github.com/kokkos/kokkos"
FIND_PACKAGE_ARGS NAMES Kokkos)
FetchContent_MakeAvailable(kokkos)

add_subdirectory(benchmark)
add_subdirectory(cmake)
add_subdirectory(include)
Expand Down

0 comments on commit 2e48e9c

Please sign in to comment.