#include "../util_arch.cuh"#include "../util_ptx.cuh"#include "../util_macro.cuh"#include "../util_type.cuh"#include "../util_namespace.cuh"Go to the source code of this file.
Data Structures | |
| class | cub::BlockShuffle< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH > |
| The BlockShuffle class provides collective methods for shuffling data partitioned across a CUDA thread block. More... | |
| 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) More... | |
| struct | cub::BlockShuffle< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::TempStorage |
| \smemstorage{BlockShuffle} More... | |
Namespaces | |
| namespace | cub |
| Optional outer namespace(s) | |
The cub::BlockShuffle class provides collective methods for shuffling data partitioned across a CUDA thread block.
Definition in file block_shuffle.cuh.