Shared memory storage layout type (last element from each thread's input)
More...
|
|
T | prev [BLOCK_THREADS] |
| |
|
T | next [BLOCK_THREADS] |
| |
template<typename T, int BLOCK_DIM_X, int BLOCK_DIM_Y = 1, int BLOCK_DIM_Z = 1, int PTX_ARCH = CUB_PTX_ARCH>
struct cub::BlockShuffle< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage
Shared memory storage layout type (last element from each thread's input)
Definition at line 92 of file block_shuffle.cuh.
The documentation for this struct was generated from the following file: