cuCollections
cuCollections copied to clipboard
**Is your feature request related to a problem? Please describe.** The value of `static_map::get_size()` is only guaranteed to be correct if a user goes through the bulk `static_map::insert` API. I...
This PR adds a factory `make_static_set(args…)`, which takes a parameter pack of ctor arguments in any order and returns a `static_set` object. Closes #207
## Part of #110 (Refactor of open address data structures) Development branch: [NVIDIA/cuCollections/refactor](https://github.com/NVIDIA/cuCollections/tree/refactor) ### Synopsis Device view classes are currently implemented as nested classes of their associated data structures. This...
## Part of #110 (Refactor of open address data structures) Development branch: [NVIDIA/cuCollections/refactor](https://github.com/NVIDIA/cuCollections/tree/refactor) ### Synopsis A conceptual list of `` elements that need not necessarily be contiguous in memory. For...
Side note: If we want to enable reverse-offloading on e.g. G+H, all the probing logic needs to be declared as `__host__ __device__`. _Originally posted by @sleeepyjack in https://github.com/NVIDIA/cuCollections/pull/278#discussion_r1131305883_
### Is your feature request related to a problem? Please describe. Currently, default axis values are handled through nvbench's `state.get__or_default` facilities. With this approach, the axis values won't show up...
### Is your feature request related to a problem? Please describe. As a user of cuco, there are times where I want to treat existing memory as if it were...
### Is your feature request related to a problem? Please describe. We are manually updating godbolt contents/links for cuco examples. This process can be simplified/automated by using the Sphinx doc...
## Part of #110 (Refactor of open address data structures) Development branch: [NVIDIA/cuCollections/refactor](https://github.com/NVIDIA/cuCollections/tree/refactor) ### Synopsis Given a key `k`, a *probing sequence* provides a sequence of `N` potentially non-contiguous locations...
### Is this a duplicate? - [X] I confirmed there appear to be no duplicate issues for this bug (https://github.com/NVIDIA/cuCollections/issues) ### Type of Bug Runtime Error ### Describe the bug...