From 52bc273c98a1eee20613f0750e4ec0079879292f Mon Sep 17 00:00:00 2001 From: Yunsong Wang Date: Fri, 25 Aug 2023 09:30:20 -0700 Subject: [PATCH] Not really matter but should be false --- include/cuco/detail/static_map/static_map_ref.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cuco/detail/static_map/static_map_ref.inl b/include/cuco/detail/static_map/static_map_ref.inl index cd2d22081..9690ac6d4 100644 --- a/include/cuco/detail/static_map/static_map_ref.inl +++ b/include/cuco/detail/static_map/static_map_ref.inl @@ -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; }