Is this a duplicate?
Area
libcu++
Is your feature request related to a problem? Please describe.
We want to implement a CUDA backend for the following algorithm:
std::stable_partition see https://en.cppreference.com/w/cpp/algorithm/stable_partition.html
Describe the solution you'd like
The algorithm should reuse the device_select CUB backend
Describe alternatives you've considered
No response
Additional context
No response
Is this a duplicate?
Area
libcu++
Is your feature request related to a problem? Please describe.
We want to implement a CUDA backend for the following algorithm:
std::stable_partition see https://en.cppreference.com/w/cpp/algorithm/stable_partition.html
Describe the solution you'd like
The algorithm should reuse the device_select CUB backend
Describe alternatives you've considered
No response
Additional context
No response