rocPRIM
Public Attributes | List of all members
detail::radix_sort_onesweep_config_params Struct Reference

Default values are provided by radix_sort_onesweep_config_base. More...

#include <device_config_helper.hpp>

Inheritance diagram for detail::radix_sort_onesweep_config_params:
Inheritance graph
[legend]
Collaboration diagram for detail::radix_sort_onesweep_config_params:
Collaboration graph
[legend]

Public Attributes

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.
 

Detailed Description

Default values are provided by radix_sort_onesweep_config_base.


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