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

SM35. More...

Detailed Description

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

SM35.

Definition at line 304 of file dispatch_reduce.cuh.

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

Public Types

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

Additional Inherited Members

- Static Public Member Functions inherited from cub::ChainedPolicy< 350, Policy350, Policy300 >
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), 4, BLOCK_REDUCE_WARP_REDUCTIONS, LOAD_LDG> cub::DeviceReducePolicy< OuputT, OffsetT, ReductionOpT >::Policy350::ReducePolicy

< Cache load modifier

Definition at line 312 of file dispatch_reduce.cuh.

◆ SegmentedReducePolicy

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

Definition at line 318 of file dispatch_reduce.cuh.

◆ SingleTilePolicy

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

Definition at line 315 of file dispatch_reduce.cuh.


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