Skip to content

Commit

Permalink
Fix the intra index bug in erase
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Oct 9, 2023
1 parent 58300e5 commit fbb05c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ class open_addressing_ref_impl {
auto const status =
(group.thread_rank() == src_lane)
? attempt_insert((storage_ref_.data() + *probing_iter)->data() + intra_window_index,
window_slots[src_lane],
window_slots[intra_window_index],
this->erased_slot_sentinel())
: insert_result::CONTINUE;

Expand Down

0 comments on commit fbb05c9

Please sign in to comment.