Shared memory storage layout type (last element from each thread's input) More...
Shared memory storage layout type (last element from each thread's input)
Definition at line 92 of file block_shuffle.cuh.
Data Fields | |
T | prev [BLOCK_THREADS] |
T | next [BLOCK_THREADS] |
T cub::BlockShuffle< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::next[BLOCK_THREADS] |
Definition at line 95 of file block_shuffle.cuh.
T cub::BlockShuffle< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::prev[BLOCK_THREADS] |
Definition at line 94 of file block_shuffle.cuh.