SM35. More...
SM35.
Definition at line 304 of file dispatch_reduce.cuh.
Public Types | |
typedef AgentReducePolicy< CUB_SCALED_GRANULARITIES(256, 20, OuputT), 4, BLOCK_REDUCE_WARP_REDUCTIONS, LOAD_LDG > | ReducePolicy |
< Cache load modifier | |
typedef ReducePolicy | SingleTilePolicy |
typedef ReducePolicy | SegmentedReducePolicy |
![]() | |
typedef If<(CUB_PTX_ARCH< PTX_VERSION), typename Policy300 ::ActivePolicy, Policy350 >::Type | ActivePolicy |
The policy for the active compiler pass. | |
Additional Inherited Members | |
![]() | |
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. | |