OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
cub::AgentSegmentFixup< AgentSegmentFixupPolicyT, PairsInputIteratorT, AggregatesOutputIteratorT, EqualityOpT, ReductionOpT, OffsetT >::_TempStorage Union Reference

Detailed Description

template<typename AgentSegmentFixupPolicyT, typename PairsInputIteratorT, typename AggregatesOutputIteratorT, typename EqualityOpT, typename ReductionOpT, typename OffsetT>
union cub::AgentSegmentFixup< AgentSegmentFixupPolicyT, PairsInputIteratorT, AggregatesOutputIteratorT, EqualityOpT, ReductionOpT, OffsetT >::_TempStorage

Definition at line 166 of file agent_segment_fixup.cuh.

Data Fields

struct { 
 
   BlockScanT::TempStorage   scan 
 
   TilePrefixCallbackOpT::TempStorage   prefix 
 
};  
 
BlockLoadPairs::TempStorage load_pairs
 

Field Documentation

◆ load_pairs

template<typename AgentSegmentFixupPolicyT , typename PairsInputIteratorT , typename AggregatesOutputIteratorT , typename EqualityOpT , typename ReductionOpT , typename OffsetT >
BlockLoadPairs::TempStorage cub::AgentSegmentFixup< AgentSegmentFixupPolicyT, PairsInputIteratorT, AggregatesOutputIteratorT, EqualityOpT, ReductionOpT, OffsetT >::_TempStorage::load_pairs

Definition at line 175 of file agent_segment_fixup.cuh.

◆ prefix

template<typename AgentSegmentFixupPolicyT , typename PairsInputIteratorT , typename AggregatesOutputIteratorT , typename EqualityOpT , typename ReductionOpT , typename OffsetT >
TilePrefixCallbackOpT::TempStorage cub::AgentSegmentFixup< AgentSegmentFixupPolicyT, PairsInputIteratorT, AggregatesOutputIteratorT, EqualityOpT, ReductionOpT, OffsetT >::_TempStorage::prefix

Definition at line 171 of file agent_segment_fixup.cuh.

◆ scan

template<typename AgentSegmentFixupPolicyT , typename PairsInputIteratorT , typename AggregatesOutputIteratorT , typename EqualityOpT , typename ReductionOpT , typename OffsetT >
BlockScanT::TempStorage cub::AgentSegmentFixup< AgentSegmentFixupPolicyT, PairsInputIteratorT, AggregatesOutputIteratorT, EqualityOpT, ReductionOpT, OffsetT >::_TempStorage::scan

Definition at line 170 of file agent_segment_fixup.cuh.


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