Skip to content

Commit

Permalink
Add CMakeLists.txt for stream benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Dec 12, 2023
1 parent ed08974 commit 379d5db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/CMakeLists.txt
@@ -1,2 +1,3 @@
KOKKOS_ADD_BENCHMARK_DIRECTORIES(gups)
KOKKOS_ADD_BENCHMARK_DIRECTORIES(launch_latency)
KOKKOS_ADD_BENCHMARK_DIRECTORIES(stream)
4 changes: 4 additions & 0 deletions benchmarks/stream/CMakeLists.txt
@@ -0,0 +1,4 @@
KOKKOS_ADD_EXECUTABLE(
stream
SOURCES stream-kokkos.cpp
)

0 comments on commit 379d5db

Please sign in to comment.