[FEA] Implement cudf::stable_sort
#15065
Labels
3 - Ready for Review
Ready for review by team
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
Is your feature request related to a problem? Please describe.
libcudf implements stable versions of
sorted_order
,sort_by_key
,segmented_sorted_order
, andsegmented_sort_by_key
.However, it does not do so for
sort
itself.Describe the solution you'd like
An implementation of
stable_sort
, everything is in place, it just needs to be plumbed in, I think.The text was updated successfully, but these errors were encountered: