Skip to content

Commit

Permalink
coommitting delete commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale committed Jul 31, 2023
1 parent 3254951 commit f236b87
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions common/kokkos-sampler/kp_sampler_skip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,7 @@ void kokkosp_init_library(const int loadSeq, const uint64_t interfaceVer,
"a Kokkos Kernel will be profiled.\n");
tool_prob_num = 0.0;
}
}
// srand48((unsigned)clock());
// seed48(0);
};

if (tool_verbosity > 0) {
printf("KokkosP: Sampling rate set to: %s\n", tool_sample);
Expand Down

0 comments on commit f236b87

Please sign in to comment.