hipCUB
Public Types | Public Member Functions | List of all members
BlockStore< T, BLOCK_DIM_X, ITEMS_PER_THREAD, ALGORITHM, BLOCK_DIM_Y, BLOCK_DIM_Z, ARCH > Class Template Reference
Inheritance diagram for BlockStore< T, BLOCK_DIM_X, ITEMS_PER_THREAD, ALGORITHM, BLOCK_DIM_Y, BLOCK_DIM_Z, ARCH >:
Inheritance graph
[legend]
Collaboration diagram for BlockStore< 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 BlockStore (TempStorage &temp_storage)
 
template<class OutputIteratorT >
HIPCUB_DEVICE void Store (OutputIteratorT block_iter, T(&items)[ITEMS_PER_THREAD])
 
template<class OutputIteratorT >
HIPCUB_DEVICE void Store (OutputIteratorT block_iter, T(&items)[ITEMS_PER_THREAD], int valid_items)
 

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