From a2b8577a29a77a5b43f56f74febd95bb33afd852 Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Thu, 15 Feb 2024 14:46:05 -0500 Subject: [PATCH] Update kp_sampler_skip.cpp: fix paren in invoke_ktools_fence --- common/kokkos-sampler/kp_sampler_skip.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/kokkos-sampler/kp_sampler_skip.cpp b/common/kokkos-sampler/kp_sampler_skip.cpp index d4aa4c073..a5bbca591 100644 --- a/common/kokkos-sampler/kp_sampler_skip.cpp +++ b/common/kokkos-sampler/kp_sampler_skip.cpp @@ -51,7 +51,7 @@ uint32_t getDeviceID(uint32_t devid_in) { } void invoke_ktools_fence(uint32_t devID) { - if (tpi_funcs.fence != nullptr)) { + if (tpi_funcs.fence != nullptr) { if (tool_verbosity > 1) { printf( "KokkosP: Sampler attempting to invoke"