Skip to content

Commit

Permalink
CMakeLists.txt: set up test for sampler
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale authored Apr 1, 2024
1 parent 750304d commit 9dde439
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/sampler/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
kp_add_executable_and_test(
TARGET_NAME test_sampling
SOURCE_FILE test_sampler.cpp
KOKKOS_TOOLS_LIBS kp_kokkos_sampler kp_kernel_logger
KOKKOS_TOOLS_SAMPLER_VERBOSE 2
KOKKOS_TOOLS_SAMPLER_SKIP 50
KOKKOS_TOOLS_GLOBALFENCES 1
)

0 comments on commit 9dde439

Please sign in to comment.