Skip to content

Commit

Permalink
kp_sampler_skip.cpp: tool_prob_num default to -1.0 not 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale committed Oct 13, 2023
1 parent eeccd10 commit d0a24ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/kokkos-sampler/kp_sampler_skip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace KokkosTools {
namespace Sampler {
static uint64_t uniqID = 0;
static uint64_t kernelSampleSkip = std::numeric_limits<uint64_t>::max();
static double tool_prob_num = 0.1;
static double tool_prob_num = -1.0;
static int tool_verbosity = 0;
static int tool_globFence = 0;

Expand Down

0 comments on commit d0a24ba

Please sign in to comment.