OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
block_reduce.cuh File Reference

Go to the source code of this file.

Data Structures

class  cub::BlockReduce< T, BLOCK_DIM_X, ALGORITHM, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >
 The BlockReduce class provides collective methods for computing a parallel reduction of items partitioned across a CUDA thread block. More...
 
struct  cub::BlockReduce< T, BLOCK_DIM_X, ALGORITHM, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::TempStorage
 \smemstorage{BlockReduce} More...
 

Namespaces

namespace  cub
 Optional outer namespace(s)
 

Enumerations

enum  cub::BlockReduceAlgorithm { cub::BLOCK_REDUCE_RAKING_COMMUTATIVE_ONLY , cub::BLOCK_REDUCE_RAKING , cub::BLOCK_REDUCE_WARP_REDUCTIONS }
 

Detailed Description

The cub::BlockReduce class provides collective methods for computing a parallel reduction of items partitioned across a CUDA thread block.

Definition in file block_reduce.cuh.