Skip to content

Commit

Permalink
CMakeLists.txt: fix sampler skip rate
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale authored Apr 10, 2024
1 parent fc0c10c commit 71adb27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/sampler/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kp_add_executable_and_test(
SOURCE_FILE test_parfor.cpp
KOKKOS_TOOLS_LIBS kp_kokkos_sampler kp_kernel_logger
KOKKOS_TOOLS_SAMPLER_VERBOSE 2
KOKKOS_TOOLS_SAMPLER_SKIP 50
KOKKOS_TOOLS_SAMPLER_SKIP 5
KOKKOS_TOOLS_GLOBALFENCES 1
)

Expand All @@ -12,7 +12,7 @@ kp_add_executable_and_test(
SOURCE_FILE test_parscan.cpp
KOKKOS_TOOLS_LIBS kp_kokkos_sampler kp_kernel_logger
KOKKOS_TOOLS_SAMPLER_VERBOSE 2
KOKKOS_TOOLS_SAMPLER_SKIP 50
KOKKOS_TOOLS_SAMPLER_SKIP 5
KOKKOS_TOOLS_GLOBALFENCES 1
)

Expand All @@ -21,6 +21,6 @@ kp_add_executable_and_test(
SOURCE_FILE test_parreduce.cpp
KOKKOS_TOOLS_LIBS kp_kokkos_sampler kp_kernel_logger
KOKKOS_TOOLS_SAMPLER_VERBOSE 2
KOKKOS_TOOLS_SAMPLER_SKIP 50
KOKKOS_TOOLS_SAMPLER_SKIP 5
KOKKOS_TOOLS_GLOBALFENCES 1
)

0 comments on commit 71adb27

Please sign in to comment.