Helper for dispatching into a policy chain. More...
Helper for dispatching into a policy chain.
Definition at line 304 of file util_device.cuh.
Public Types | |
typedef If<(CUB_PTX_ARCH< PTX_VERSION), typenamePrevPolicyT::ActivePolicy, PolicyT >::Type | ActivePolicy |
The policy for the active compiler pass. | |
Static Public Member Functions | |
template<typename FunctorT > | |
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. | |
typedef If<(CUB_PTX_ARCH<PTX_VERSION),typenamePrevPolicyT::ActivePolicy,PolicyT>::Type cub::ChainedPolicy< PTX_VERSION, PolicyT, PrevPolicyT >::ActivePolicy |
The policy for the active compiler pass.
Definition at line 307 of file util_device.cuh.
|
inlinestatic |
Specializes and dispatches op in accordance to the first policy in the chain of adequate PTX version.
Definition at line 312 of file util_device.cuh.