cub::RadixSortUpsweepPolicy#
-
struct RadixSortUpsweepPolicy#
The tuning policy for the upsweep pass of DeviceRadixSort (used by the multi-pass algorithm).
Public Functions
- inline friend ::std::ostream &operator<<(
- ::std::ostream &os,
- const RadixSortUpsweepPolicy &p
Public Members
-
int threads_per_block#
Number of threads in a CUDA block.
-
int items_per_thread#
Number of items processed per thread.
-
CacheLoadModifier load_modifier#
The CacheLoadModifier used for loading items from global memory.
-
int radix_bits#
Number of bits per radix digit.
Friends
- inline friend constexpr bool operator==(
- const RadixSortUpsweepPolicy &lhs,
- const RadixSortUpsweepPolicy &rhs
- inline friend constexpr bool operator!=(
- const RadixSortUpsweepPolicy &lhs,
- const RadixSortUpsweepPolicy &rhs