cub::AgentRadixSortUpsweepPolicy#

template<int NOMINAL_BLOCK_THREADS_4B, int NOMINAL_ITEMS_PER_THREAD_4B, typename ComputeT, CacheLoadModifier _LOAD_MODIFIER, int _RADIX_BITS, typename ScalingType = detail::RegBoundScaling<NOMINAL_BLOCK_THREADS_4B, NOMINAL_ITEMS_PER_THREAD_4B, ComputeT>>
struct AgentRadixSortUpsweepPolicy : public detail::RegBoundScaling<NOMINAL_BLOCK_THREADS_4B, NOMINAL_ITEMS_PER_THREAD_4B, ComputeT>#

Parameterizable tuning policy type for AgentRadixSortUpsweep.

Template Parameters:
  • NOMINAL_BLOCK_THREADS_4B – Threads per thread block

  • NOMINAL_ITEMS_PER_THREAD_4B – Items per thread (per tile of input)

  • ComputeT – Dominant compute type

  • _LOAD_MODIFIER – Cache load modifier for reading keys

  • _RADIX_BITS – The number of radix bits, i.e., log2(bins)

Public Types

enum [anonymous]#

Values:

enumerator RADIX_BITS = _RADIX_BITS#

The number of radix bits, i.e., log2(bins)

Public Static Attributes

static constexpr CacheLoadModifier LOAD_MODIFIER = _LOAD_MODIFIER#

Cache load modifier for reading keys.