CUB Modules
Warp-Wide “Collective” Primitives
Block-Wide “Collective” Primitives
cub::BlockAdjacentDifference
cub::BlockDiscontinuity
cub::BlockExchange
cub::BlockHistogram
cub::BlockLoad
cub::BlockMergeSort
cub::BlockMergeSortStrategy
cub::BlockRadixRank
cub::BlockRadixRankMatch
cub::BlockRadixSort
cub::BlockReduce
cub::BlockRunLengthDecode
cub::BlockScan
cub::BlockShuffle
cub::BlockStore
cub::BlockLoadType
cub::BlockRadixRankEmptyCallback
cub::BlockRadixRankMatchEarlyCounts
cub::BlockRakingLayout
Device-Wide Primitives
CUB Developer Overview
CUB Testing Overview
CUB Tuning Infrastructure
CUB Benchmarks
CUB API
cub
»
CUB Modules
»
Block-Wide “Collective” Primitives
»
cub::BlockLoadType
cub::BlockLoadType
Defined in
cub/block/block_load.cuh
template
<
class
Policy
,
class
It
,
class
T
=
cub
::
detail
::
value_t
<
It
>
>
struct
BlockLoadType
Public Types
using
type
=
cub
::
BlockLoad
<
T
,
Policy
::
BLOCK_THREADS
,
Policy
::
ITEMS_PER_THREAD
,
Policy
::
LOAD_ALGORITHM
>