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

SM13. More...

Detailed Description

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

SM13.

Definition at line 247 of file dispatch_reduce.cuh.

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

Public Types

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

Additional Inherited Members

- Static Public Member Functions inherited from cub::ChainedPolicy< 130, Policy130, 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), 2, BLOCK_REDUCE_RAKING, LOAD_DEFAULT> cub::DeviceReducePolicy< OuputT, OffsetT, ReductionOpT >::Policy130::ReducePolicy

< Cache load modifier

Definition at line 255 of file dispatch_reduce.cuh.

◆ SegmentedReducePolicy

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

Definition at line 261 of file dispatch_reduce.cuh.

◆ SingleTilePolicy

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

Definition at line 258 of file dispatch_reduce.cuh.


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