You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
We are migrating thrust::sort to cub::DeviceRadixSort in PyTorch. We observe that, for small problem sizes, merge sort in thrust is much faster than cub's radix sort. See, for example, pytorch/pytorch#55693
I suggest adding merge sort as a feature of cub, so that we can choose which sort to use.
The text was updated successfully, but these errors were encountered:
We are migrating
thrust::sort
tocub::DeviceRadixSort
in PyTorch. We observe that, for small problem sizes, merge sort in thrust is much faster than cub's radix sort. See, for example, pytorch/pytorch#55693I suggest adding merge sort as a feature of cub, so that we can choose which sort to use.
The text was updated successfully, but these errors were encountered: