#include "specializations/warp_reduce_shfl.cuh"
#include "specializations/warp_reduce_smem.cuh"
#include "../thread/thread_operators.cuh"
#include "../util_arch.cuh"
#include "../util_type.cuh"
#include "../util_namespace.cuh"
Go to the source code of this file.
Data Structures | |
class | cub::WarpReduce< T, LOGICAL_WARP_THREADS, PTX_ARCH > |
The WarpReduce class provides collective methods for computing a parallel reduction of items partitioned across a CUDA thread warp. More... | |
struct | cub::WarpReduce< T, LOGICAL_WARP_THREADS, PTX_ARCH >::TempStorage |
\smemstorage{WarpReduce} More... | |
Namespaces | |
namespace | cub |
Optional outer namespace(s) | |
The cub::WarpReduce class provides collective methods for computing a parallel reduction of items partitioned across a CUDA thread warp.
Definition in file warp_reduce.cuh.