#include "../../thread/thread_operators.cuh"
#include "../../thread/thread_load.cuh"
#include "../../thread/thread_store.cuh"
#include "../../util_type.cuh"
#include "../../util_namespace.cuh"
Go to the source code of this file.
Data Structures | |
struct | cub::WarpReduceSmem< T, LOGICAL_WARP_THREADS, PTX_ARCH > |
WarpReduceSmem provides smem-based variants of parallel reduction of items partitioned across a CUDA thread warp. More... | |
struct | cub::WarpReduceSmem< T, LOGICAL_WARP_THREADS, PTX_ARCH >::_TempStorage |
Shared memory storage layout type (1.5 warps-worth of elements for each warp) More... | |
struct | cub::WarpReduceSmem< T, LOGICAL_WARP_THREADS, PTX_ARCH >::TempStorage |
Namespaces | |
namespace | cub |
Optional outer namespace(s) | |
cub::WarpReduceSmem provides smem-based variants of parallel reduction of items partitioned across a CUDA thread warp.
Definition in file warp_reduce_smem.cuh.