hipCUB
Public Types | Public Member Functions | List of all members
BlockLoad< T, BLOCK_DIM_X, ITEMS_PER_THREAD, ALGORITHM, BLOCK_DIM_Y, BLOCK_DIM_Z, ARCH > Class Template Reference
Inheritance diagram for BlockLoad< T, BLOCK_DIM_X, ITEMS_PER_THREAD, ALGORITHM, BLOCK_DIM_Y, BLOCK_DIM_Z, ARCH >:
Inheritance graph
[legend]
Collaboration diagram for BlockLoad< T, BLOCK_DIM_X, ITEMS_PER_THREAD, ALGORITHM, BLOCK_DIM_Y, BLOCK_DIM_Z, ARCH >:
Collaboration graph
[legend]

Public Types

using TempStorage = typename base_type::storage_type
 

Public Member Functions

HIPCUB_DEVICE BlockLoad (TempStorage &temp_storage)
 
template<class InputIteratorT >
HIPCUB_DEVICE void Load (InputIteratorT block_iter, T(&items)[ITEMS_PER_THREAD])
 
template<class InputIteratorT >
HIPCUB_DEVICE void Load (InputIteratorT block_iter, T(&items)[ITEMS_PER_THREAD], int valid_items)
 
template<class InputIteratorT , class Default >
HIPCUB_DEVICE void Load (InputIteratorT block_iter, T(&items)[ITEMS_PER_THREAD], int valid_items, Default oob_default)
 

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