CUB
|
Classes | |
class | WarpExchange< InputT, ITEMS_PER_THREAD, LOGICAL_WARP_THREADS, PTX_ARCH > |
The WarpExchange class provides collective methods for rearranging data partitioned across a CUDA warp. More... | |
struct | WarpExchange< InputT, ITEMS_PER_THREAD, LOGICAL_WARP_THREADS, PTX_ARCH >::TempStorage |
The operations exposed by WarpExchange require a temporary memory allocation of this nested type for thread communication. This opaque storage can be allocated directly using the __shared__ keyword. Alternatively, it can be aliased to externally allocated memory (shared or global) or union 'd with other storage allocation types to facilitate memory reuse. More... | |
The cub::WarpExchange class provides collective methods for rearranging data partitioned across a CUDA warp.