Helper for dispatching into a policy chain (end-of-chain specialization) More...
Helper for dispatching into a policy chain (end-of-chain specialization)
Definition at line 323 of file util_device.cuh.
Public Types | |
typedef PolicyT | ActivePolicy |
The policy for the active compiler pass. | |
Static Public Member Functions | |
template<typename FunctorT > | |
CUB_RUNTIME_FUNCTION static __forceinline__ cudaError_t | Invoke (int, FunctorT &op) |
Specializes and dispatches op in accordance to the first policy in the chain of adequate PTX version. | |
typedef PolicyT cub::ChainedPolicy< PTX_VERSION, PolicyT, PolicyT >::ActivePolicy |
The policy for the active compiler pass.
Definition at line 326 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 331 of file util_device.cuh.