|
using | type = scan_by_key_config_v2< limit_block_size< 256U, sizeof(Key)+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 constexpr unsigned int | item_scale |
|
◆ item_scale
template<unsigned int BlockSize, unsigned int ItemsPerThread, bool UseLookback, ::rocprim::block_load_method BlockLoadMethod, ::rocprim::block_store_method BlockStoreMethod, ::rocprim::block_scan_algorithm BlockScanMethod, unsigned int SizeLimit = ROCPRIM_GRID_SIZE_LIMIT>
Initial value:= ::rocprim::detail::ceiling_div<unsigned int>(
sizeof(Key) + sizeof(Value), 2 * sizeof(int))
The documentation for this struct was generated from the following file: