Shared memory storage layout type. More...
Inheritance diagram for cub::BlockLoad< InputT, BLOCK_DIM_X, ITEMS_PER_THREAD, ALGORITHM, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::LoadInternal< BLOCK_LOAD_WARP_TRANSPOSE_TIMESLICED, DUMMY >::_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 Member Functions inherited from cub::Uninitialized< _TempStorage > | |
| __host__ __device__ __forceinline__ _TempStorage & | Alias () |
| Alias. | |
Data Fields inherited from cub::Uninitialized< _TempStorage > | |
| DeviceWord | storage [WORDS] |
| Backing storage. | |
Shared memory storage layout type.
Definition at line 961 of file block_load.cuh.