cccl icon indicating copy to clipboard operation
cccl copied to clipboard

Add tests for large number of items & large number of segments to `DeviceSegmentedRadixSort`

Open elstehle opened this issue 6 months ago • 0 comments

https://github.com/NVIDIA/cccl/issues/1787 has the goal to benchmark for different offset types. However, it is unclear, whether instantiating the Dispatch class template with these offset types will actually work correctly and whether the benchmark numbers are representative of properly working algorithm instantiations.

To make sure that all works as expected we want to add tests for large number of items and large number of segments for DeviceSegmentedRadixSort.

elstehle avatar Jul 31 '24 15:07 elstehle