rocPRIM
List of all members
detail::default_radix_sort_onesweep_config< arch, key_type, value_type, enable > Struct Template Reference
Inheritance diagram for detail::default_radix_sort_onesweep_config< arch, key_type, value_type, enable >:
Inheritance graph
[legend]
Collaboration diagram for detail::default_radix_sort_onesweep_config< arch, key_type, value_type, enable >:
Collaboration graph
[legend]

Additional Inherited Members

- Public Types inherited from radix_sort_onesweep_config< HistogramConfig, SortConfig, RadixBits, RadixRankAlgorithm >
using histogram = HistogramConfig
 Configration of radix sort onesweep histogram kernel.
 
using sort = SortConfig
 Configration of radix sort onesweep sort kernel.
 
- Public Attributes inherited from detail::radix_sort_onesweep_config_params
kernel_config_params histogram = {0, 0}
 
kernel_config_params sort = {0, 0}
 
unsigned int radix_bits_per_place = 1
 The number of bits to sort in one onesweep iteration.
 
block_radix_rank_algorithm radix_rank_algorithm = block_radix_rank_algorithm::default_algorithm
 The internal block radix rank algorithm to use during the onesweep iteration.
 

The documentation for this struct was generated from the following file: