Check for issues with -0 / +0 stable_sort issues
Open
good first issue
thrust
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 486
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 295
Description
PR NVIDIA/cub#218 fixes this CUB's radix sort. We should:
- [ ] Check whether Thrust's other backends handle this case correctly.
- [ ] Provide a guarantee of this in the stable_sort documentation.
- [ ] Add regression tests to enforce this on all backends.
Contributor guide
Assessment
This issue has not been assessed yet.