diff --git a/common/kokkos-sampler/kp_sampler_skip.cpp b/common/kokkos-sampler/kp_sampler_skip.cpp index 9c4f8fb21..d2a335120 100644 --- a/common/kokkos-sampler/kp_sampler_skip.cpp +++ b/common/kokkos-sampler/kp_sampler_skip.cpp @@ -221,7 +221,6 @@ void kokkosp_init_library(const int loadSeq, const uint64_t interfaceVer, << tool_prob_num << "\n"; } kernelSampleSkip = 1; - return; } const char* tool_sample = getenv("KOKKOS_TOOLS_SAMPLER_SKIP"); @@ -234,7 +233,6 @@ void kokkosp_init_library(const int loadSeq, const uint64_t interfaceVer, if (tool_verbosity > 0) { std::cout << "KokkosP: Sampling rate set to: " << tool_sample << "\n"; } - return; } if (tool_prob_num == -1.0) {