Replies: 1 comment 8 replies
-
Similar to other operations like cuCollections/include/cuco/static_map_ref.cuh Lines 215 to 227 in 5602381 |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using bulk allocation storage for multiple maps, I have no access to the underlying
static_map
, which has member functions like.size()
and 'retrieve_all' to get keys and values. I only have map_refs of it. Is there any way to dereference it so that I can access the keys and values?Beta Was this translation helpful? Give feedback.
All reactions