Skip to content

Commit

Permalink
Add inital aggregation example
Browse files Browse the repository at this point in the history
  • Loading branch information
G-071 committed May 30, 2024
1 parent f09c6aa commit a12fb02
Show file tree
Hide file tree
Showing 3 changed files with 529 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,14 @@ if (CPPUDDLE_WITH_TESTS)
SOURCES
examples/recycling-with-hpx-kokkos.cpp
)
add_hpx_executable(
kernel-aggregation-with-hpx-kokkos
DEPENDENCIES
Boost::boost Boost::program_options Kokkos::kokkos HPXKokkos::hpx_kokkos HPX::hpx buffer_manager stream_manager
COMPONENT_DEPENDENCIES iostreams
SOURCES
examples/kernel-aggregation-with-hpx-kokkos.cpp
)
endif()
endif()
endif()
Expand Down
Loading

0 comments on commit a12fb02

Please sign in to comment.