rocPRIM
Public Types | Static Public Attributes | List of all members
detail::radix_sort_onesweep_config_base< Key, Value > Struct Template Reference

Public Types

using type = radix_sort_onesweep_config< kernel_config< 256, 12 >, kernel_config< block_size, ::rocprim::max(1u, 65000u/block_size/item_scale)>, 4 >
 

Static Public Attributes

static constexpr unsigned int item_scale = ::rocprim::max(sizeof(Key), sizeof(Value))
 
static constexpr unsigned int block_size = merge_sort_block_size(item_scale) * 4
 

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