Skip to content

Commit

Permalink
kp_sampler_skip.cpp: erase in end_parallel_reduce
Browse files Browse the repository at this point in the history
for infokIDSample efficiency in space
  • Loading branch information
vlkale authored Sep 14, 2023
1 parent 200a1c0 commit 0a8db28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/kokkos-sampler/kp_sampler_skip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ void kokkosp_end_parallel_reduce(const uint64_t kID) {
(unsigned long long)(kID));
}
(*endScanCallee)(retrievedNestedkID);
infokIDSample.erase(kID);
}
}
}
Expand Down

0 comments on commit 0a8db28

Please sign in to comment.