Behavior of find reference for experimental multimap #666
-
|
Hi! My understanding is that, without a cooperative group size of 1, I can do something like the following: But I'm not sure how the iterator behaves in the presence of larger group sizes: Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Answered by
PointKernel
Feb 4, 2025
Replies: 1 comment 1 reply
-
|
The CG-based |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kevkrist
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The CG-based
findensures that all threads within the same group receive an identical iterator pointing to the first slot in the hash map that matches the probe key.