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 69 of file block_adjacent_difference.cuh.
Data Fields | |
T | first_items [BLOCK_THREADS] |
T | last_items [BLOCK_THREADS] |
T cub::BlockAdjacentDifference< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::first_items[BLOCK_THREADS] |
Definition at line 71 of file block_adjacent_difference.cuh.
T cub::BlockAdjacentDifference< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage::last_items[BLOCK_THREADS] |
Definition at line 72 of file block_adjacent_difference.cuh.