#include "../../thread/thread_operators.cuh"
#include "../../util_ptx.cuh"
#include "../../util_type.cuh"
#include "../../util_macro.cuh"
#include "../../util_namespace.cuh"
Go to the source code of this file.
Data Structures | |
struct | cub::WarpReduceShfl< T, LOGICAL_WARP_THREADS, PTX_ARCH > |
WarpReduceShfl provides SHFL-based variants of parallel reduction of items partitioned across a CUDA thread warp. More... | |
struct | cub::WarpReduceShfl< T, LOGICAL_WARP_THREADS, PTX_ARCH >::IsInteger< S > |
Namespaces | |
namespace | cub |
Optional outer namespace(s) | |
cub::WarpReduceShfl provides SHFL-based variants of parallel reduction of items partitioned across a CUDA thread warp.
Definition in file warp_reduce_shfl.cuh.