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
#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.
The text was updated successfully, but these errors were encountered:
#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
.The text was updated successfully, but these errors were encountered: