[FEATURE]: Add multiset host-bulk count APIs #462
Labels
helps: rapids
Helps or needed by RAPIDS
topic: static_multiset
Issue related to the static_multiset
type: feature request
New feature request
Milestone
Is your feature request related to a problem? Please describe.
Add multiset host-bulk count APIs
Describe the solution you'd like
The basic API must have:
Note: There is no restriction for the iterator
value_type
due to heterogeneous lookup support.More specifically, libcudf requires the below
count
variantsDescribe alternatives you've considered
Can the
_outer
variant be represented in a more natural expression?Could we use cub::DeviceReduce?
Additional context
count
APIs are synchronous thuscount_ async
/count_outer_async
don't make sensecount
APIs likecount_if
andcount_outer_if
that takes probe keyequal/hash are also desired. Good to have but not necessary for the current scope.The text was updated successfully, but these errors were encountered: