OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
cub::AgentReduce< AgentReducePolicy, InputIteratorT, OutputIteratorT, OffsetT, ReductionOp >::_TempStorage Struct Reference

Shared memory type required by this thread block. More...

Detailed Description

template<typename AgentReducePolicy, typename InputIteratorT, typename OutputIteratorT, typename OffsetT, typename ReductionOp>
struct cub::AgentReduce< AgentReducePolicy, InputIteratorT, OutputIteratorT, OffsetT, ReductionOp >::_TempStorage

Shared memory type required by this thread block.

Definition at line 145 of file agent_reduce.cuh.

Data Fields

BlockReduceT::TempStorage reduce
 

Field Documentation

◆ reduce

template<typename AgentReducePolicy , typename InputIteratorT , typename OutputIteratorT , typename OffsetT , typename ReductionOp >
BlockReduceT::TempStorage cub::AgentReduce< AgentReducePolicy, InputIteratorT, OutputIteratorT, OffsetT, ReductionOp >::_TempStorage::reduce

Definition at line 147 of file agent_reduce.cuh.


The documentation for this struct was generated from the following file: