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

SM60. More...

Detailed Description

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

SM60.

Definition at line 322 of file dispatch_reduce.cuh.

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

Public Types

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

Additional Inherited Members

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

< Cache load modifier

Definition at line 330 of file dispatch_reduce.cuh.

◆ SegmentedReducePolicy

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

Definition at line 336 of file dispatch_reduce.cuh.

◆ SingleTilePolicy

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

Definition at line 333 of file dispatch_reduce.cuh.


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