[FEA]: Implement cuda.parallel version of cub::DoubleBuffer
#2548
Labels
feature request
New feature or request.
cub::DoubleBuffer
#2548
Is this a duplicate?
Area
Not sure
Is your feature request related to a problem? Please describe.
Sorting algorithms allocate a lot of memory. As a way to workaround this, we have
cub::DoubleBuffer
version of sorting API. Before we start working oncuda.parallel
sorting algorithms, we need equivalent abstraction in Python.Describe the solution you'd like
Implement
cuda.parallel
version ofcub::DoubleBuffer
.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: