Skip to content

Commit

Permalink
Not really matter but should be false
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Aug 25, 2023
1 parent 84aebec commit 52bc273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cuco/detail/static_map/static_map_ref.inl
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ class operator_impl<
(group.thread_rank() == src_lane)
? attempt_insert_or_assign(
(storage_ref.data() + *probing_iter)->data() + intra_window_index, value)
: true;
: false;

// Exit if inserted or assigned
if (group.shfl(status, src_lane)) { return; }
Expand Down

0 comments on commit 52bc273

Please sign in to comment.