rocPRIM
Public Types | Static Public Attributes | List of all members
detail::default_scan_config_base_helper< BlockSize, ItemsPerThread, UseLookback, BlockLoadMethod, BlockStoreMethod, BlockScanMethod, SizeLimit > Struct Template Reference

Public Types

using type = scan_config_v2< limit_block_size< 256U, sizeof(Value), ROCPRIM_WARP_SIZE_64 >::value, ::rocprim::max(1u, 16u/item_scale), ::rocprim::block_load_method::block_load_transpose, ::rocprim::block_store_method::block_store_transpose, ::rocprim::block_scan_algorithm::using_warp_scan >
 

Static Public Attributes

static constexpr unsigned int item_scale = ::rocprim::detail::ceiling_div<unsigned int>(sizeof(Value), sizeof(int))
 

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