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

SM30. More...

Detailed Description

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

SM30.

Definition at line 285 of file dispatch_reduce.cuh.

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

Public Types

typedef AgentReducePolicy< CUB_SCALED_GRANULARITIES(256, 20, OuputT), 2, BLOCK_REDUCE_WARP_REDUCTIONS, LOAD_DEFAULTReducePolicy
 < Cache load modifier
 
typedef ReducePolicy SingleTilePolicy
 
typedef ReducePolicy SegmentedReducePolicy
 
- Public Types inherited from cub::ChainedPolicy< 300, Policy300, Policy200 >
typedef If<(CUB_PTX_ARCH< PTX_VERSION), typenamePrevPolicyT::ActivePolicy, Policy300 >::Type ActivePolicy
 The policy for the active compiler pass.
 

Additional Inherited Members

- Static Public Member Functions inherited from cub::ChainedPolicy< 300, Policy300, Policy200 >
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(256, 20, OuputT), 2, BLOCK_REDUCE_WARP_REDUCTIONS, LOAD_DEFAULT> cub::DeviceReducePolicy< OuputT, OffsetT, ReductionOpT >::Policy300::ReducePolicy

< Cache load modifier

Definition at line 293 of file dispatch_reduce.cuh.

◆ SegmentedReducePolicy

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

Definition at line 299 of file dispatch_reduce.cuh.

◆ SingleTilePolicy

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

Definition at line 296 of file dispatch_reduce.cuh.


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