OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
cub::DeviceReducePolicy< OuputT, OffsetT, ReductionOpT >::Policy200 Struct Reference

SM20. More...

Detailed Description

template<typename OuputT, typename OffsetT, typename ReductionOpT>
struct cub::DeviceReducePolicy< OuputT, OffsetT, ReductionOpT >::Policy200

SM20.

Definition at line 266 of file dispatch_reduce.cuh.

+ Inheritance diagram for cub::DeviceReducePolicy< OuputT, OffsetT, ReductionOpT >::Policy200:

Public Types

typedef AgentReducePolicy< CUB_SCALED_GRANULARITIES(128, 8, OuputT), 4, BLOCK_REDUCE_RAKING, LOAD_DEFAULTReducePolicy
 < Cache load modifier
 
typedef ReducePolicy SingleTilePolicy
 
typedef ReducePolicy SegmentedReducePolicy
 
- Public Types inherited from cub::ChainedPolicy< 200, Policy200, Policy130 >
typedef If<(CUB_PTX_ARCH< PTX_VERSION), typenamePrevPolicyT::ActivePolicy, Policy200 >::Type ActivePolicy
 The policy for the active compiler pass.
 

Additional Inherited Members

- Static Public Member Functions inherited from cub::ChainedPolicy< 200, Policy200, Policy130 >
CUB_RUNTIME_FUNCTION static __forceinline__ cudaError_t Invoke (int ptx_version, FunctorT &op)
 Specializes and dispatches op in accordance to the first policy in the chain of adequate PTX version.
 

Member Typedef Documentation

◆ ReducePolicy

template<typename OuputT , typename OffsetT , typename ReductionOpT >
typedef AgentReducePolicy< CUB_SCALED_GRANULARITIES(128, 8, OuputT), 4, BLOCK_REDUCE_RAKING, LOAD_DEFAULT> cub::DeviceReducePolicy< OuputT, OffsetT, ReductionOpT >::Policy200::ReducePolicy

< Cache load modifier

Definition at line 274 of file dispatch_reduce.cuh.

◆ SegmentedReducePolicy

template<typename OuputT , typename OffsetT , typename ReductionOpT >
typedef ReducePolicy cub::DeviceReducePolicy< OuputT, OffsetT, ReductionOpT >::Policy200::SegmentedReducePolicy

Definition at line 280 of file dispatch_reduce.cuh.

◆ SingleTilePolicy

template<typename OuputT , typename OffsetT , typename ReductionOpT >
typedef ReducePolicy cub::DeviceReducePolicy< OuputT, OffsetT, ReductionOpT >::Policy200::SingleTilePolicy

Definition at line 277 of file dispatch_reduce.cuh.


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