cub::SegmentedRadixSortPolicy#

struct SegmentedRadixSortPolicy#

The tuning policy for DeviceSegmentedRadixSort.

Public Functions

inline friend ::std::ostream &operator<<(
::std::ostream &os,
const SegmentedRadixSortPolicy &p
)#

Public Members

RadixSortDownsweepPolicy regular_pass#

Policy for the regular radix sort pass on each segment.

RadixSortDownsweepPolicy alternate_pass#

Policy for the alternate radix sort pass on each segment.

Friends

inline friend constexpr bool operator==(
const SegmentedRadixSortPolicy &lhs,
const SegmentedRadixSortPolicy &rhs
) noexcept#
inline friend constexpr bool operator!=(
const SegmentedRadixSortPolicy &lhs,
const SegmentedRadixSortPolicy &rhs
) noexcept#