Skip to content

Commit

Permalink
test_randomized_sampling.cpp: fix comment on test
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkale authored Mar 7, 2024
1 parent e6e6545 commit 377ffa8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/sampler/test_randomized_sampling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ struct Tester {
explicit Tester(const execution_space& space) {
//! Explicitly launch a kernel with a name, and run it 150 times with kernel
//! logger. Use a periodic sampling with skip rate 101. This should print out
//! 1 invocation In the test, we match the invocations output from the
//! second invocation and make sure the first
// and third are not printed out, and the second and fourth are sequenced
// correctly in the print.
//! 1 invocation, and there is a single matcher with a regular expression to check this.

for (int iter = 0; iter < 150; iter++) {
Kokkos::parallel_for("named kernel",
Expand Down

0 comments on commit 377ffa8

Please sign in to comment.