We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1542afe + d1b89e2 commit c3e85a6Copy full SHA for c3e85a6
common/kokkos-sampler/kp_sampler_skip.cpp
@@ -181,6 +181,7 @@ void kokkosp_end_parallel_for(const uint64_t kID) {
181
(unsigned long long)(kID));
182
}
183
(*endForCallee)(retrievedNestedkID);
184
+ infokIDSample.erase(kID);
185
186
187
@@ -212,6 +213,7 @@ void kokkosp_end_parallel_scan(const uint64_t kID) {
212
213
214
215
(*endScanCallee)(retrievedNestedkID);
216
217
218
219
@@ -244,6 +246,7 @@ void kokkosp_end_parallel_reduce(const uint64_t kID) {
244
246
245
247
248
249
250
251
252
0 commit comments