-
Notifications
You must be signed in to change notification settings - Fork 353
Open
Labels
libcu++For all items related to libcu++For all items related to libcu++
Description
Is this a duplicate?
- I confirmed there appear to be no duplicate issues for this request and that I agree to the Code of Conduct
Area
libcu++
Is your feature request related to a problem? Please describe.
We want to implement a CUDA backend for the following algorithms:
std::lower_boundsee https://en.cppreference.com/w/cpp/algorithm/lower_bound.htmlstd::upper_boundsee https://en.cppreference.com/w/cpp/algorithm/upper_bound.htmlstd::equal_rangesee https://en.cppreference.com/w/cpp/algorithm/equal_range.html
Describe the solution you'd like
Should reuse the CUB device_for_each backend
Note that none of those are not standard parallel algorithms but we provide them as an extension
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
libcu++For all items related to libcu++For all items related to libcu++
Type
Projects
Status
Todo