[FEA]: Add support for decomposer op in cuda.parallel radix_sort #4368
Labels
cuda.parallel
For all items related to the cuda.parallel Python module
feature request
New feature or request.
Is this a duplicate?
Area
cuda.parallel (Python)
Is your feature request related to a problem? Please describe.
decomposer_op allows sorting custom types in radix_sort. We currently do not expose this functionality to Python
Describe the solution you'd like
The decomposer_op API doesn't translate very well to Python, so we need to come up with a Pythonic API
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: