CUB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups
List of all members
cub::BlockLoad< InputIterator, BLOCK_DIM_X, ITEMS_PER_THREAD, ALGORITHM, WARP_TIME_SLICING, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::LoadInternal< BLOCK_LOAD_WARP_TRANSPOSE, DUMMY >::TempStorage Struct Reference

Detailed description

template< typename InputIterator, int BLOCK_DIM_X, int ITEMS_PER_THREAD, BlockLoadAlgorithm ALGORITHM = BLOCK_LOAD_DIRECT, bool WARP_TIME_SLICING = false, int BLOCK_DIM_Y = 1, int BLOCK_DIM_Z = 1, int PTX_ARCH = CUB_PTX_ARCH>
template< int DUMMY>
struct cub::BlockLoad< InputIterator, BLOCK_DIM_X, ITEMS_PER_THREAD, ALGORITHM, WARP_TIME_SLICING, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::LoadInternal< BLOCK_LOAD_WARP_TRANSPOSE, DUMMY >::TempStorage

Alias wrapper allowing storage to be unioned.

Definition at line 816 of file block_load.cuh.

Inheritance diagram for cub::BlockLoad< InputIterator, BLOCK_DIM_X, ITEMS_PER_THREAD, ALGORITHM, WARP_TIME_SLICING, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::LoadInternal< BLOCK_LOAD_WARP_TRANSPOSE, DUMMY >::TempStorage:
cub::Uninitialized< _TempStorage >

Additional Inherited Members

- Public Types inherited from cub::Uninitialized< _TempStorage >
enum  
 
typedef UnitWord< _TempStorage >
::DeviceWord 
DeviceWord
 Biggest memory-access word that T is a whole multiple of and is not larger than the alignment of T.
 
- Public Methods inherited from cub::Uninitialized< _TempStorage >
__host__ __device__
__forceinline__ _TempStorage & 
Alias ()
 Alias.
 
- Public Members inherited from cub::Uninitialized< _TempStorage >
DeviceWord storage [WORDS]
 Backing storage.
 

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