From e337319f55daed6b390eec57ec15b06459aa56b1 Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Tue, 19 Mar 2024 11:39:28 -0700 Subject: [PATCH] Update CMakeLists.txt: fix sampler --- tests/sampler/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/sampler/CMakeLists.txt b/tests/sampler/CMakeLists.txt index c0d880f48..7a6bcd47e 100644 --- a/tests/sampler/CMakeLists.txt +++ b/tests/sampler/CMakeLists.txt @@ -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 )