Skip to content

Commit

Permalink
Update CMakeLists.txt: fix sampler
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale authored Mar 19, 2024
1 parent 74f9196 commit e337319
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/sampler/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
kp_add_executable_and_test(
TARGET_NAME test_sampler_randomizedsampling
SOURCE_FILE test_randomized_sampling.cpp
KOKKOS_TOOLS_LIBS kp_kokkos_sampler kp_kernel_logger
KOKKOS_TOOLS_LIBS kp_kokkos_sampler
KOKKOS_TOOLS_SAMPLER_VERBOSE 2
KOKKOS_TOOLS_SAMPLER_SKIP 101
)

0 comments on commit e337319

Please sign in to comment.