Skip to content

Commit

Permalink
add policy_performance benchmark to CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricchevalier19 committed Mar 4, 2024
1 parent 16d2edb commit 750ef21
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ KOKKOS_ADD_BENCHMARK_DIRECTORIES(bytes_and_flops)
KOKKOS_ADD_BENCHMARK_DIRECTORIES(gather)
KOKKOS_ADD_BENCHMARK_DIRECTORIES(gups)
KOKKOS_ADD_BENCHMARK_DIRECTORIES(launch_latency)
KOKKOS_ADD_BENCHMARK_DIRECTORIES(policy_performance)
KOKKOS_ADD_BENCHMARK_DIRECTORIES(stream)
4 changes: 4 additions & 0 deletions benchmarks/policy_performance/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
KOKKOS_ADD_EXECUTABLE(
policy_performance
SOURCES main.cpp
)

0 comments on commit 750ef21

Please sign in to comment.