From 8aaaae9ba4b5bab86772c3c031fbeb1c0e2d6e5c Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:17:26 -0700 Subject: [PATCH] CMakeLists.txt: make global fences 0 --- tests/sampler/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/sampler/CMakeLists.txt b/tests/sampler/CMakeLists.txt index 955f639fe..54af252f2 100644 --- a/tests/sampler/CMakeLists.txt +++ b/tests/sampler/CMakeLists.txt @@ -4,7 +4,7 @@ kp_add_executable_and_test( KOKKOS_TOOLS_LIBS kp_kokkos_sampler kp_kernel_logger KOKKOS_TOOLS_SAMPLER_VERBOSE 2 KOKKOS_TOOLS_SAMPLER_SKIP 5 - KOKKOS_TOOLS_GLOBALFENCES 1 + KOKKOS_TOOLS_GLOBALFENCES 0 ) kp_add_executable_and_test( @@ -13,7 +13,7 @@ kp_add_executable_and_test( KOKKOS_TOOLS_LIBS kp_kokkos_sampler kp_kernel_logger KOKKOS_TOOLS_SAMPLER_VERBOSE 2 KOKKOS_TOOLS_SAMPLER_SKIP 5 - KOKKOS_TOOLS_GLOBALFENCES 1 + KOKKOS_TOOLS_GLOBALFENCES 0 ) kp_add_executable_and_test( @@ -22,5 +22,5 @@ kp_add_executable_and_test( KOKKOS_TOOLS_LIBS kp_kokkos_sampler kp_kernel_logger KOKKOS_TOOLS_SAMPLER_VERBOSE 2 KOKKOS_TOOLS_SAMPLER_SKIP 5 - KOKKOS_TOOLS_GLOBALFENCES 1 + KOKKOS_TOOLS_GLOBALFENCES 0 )