Specialization for when FlagOp has third index param.
More...
|
|
static __device__ __forceinline__ bool | FlagT (FlagOp flag_op, const T &a, const T &b, int idx) |
| |
template<typename T, int BLOCK_DIM_X, int BLOCK_DIM_Y = 1, int BLOCK_DIM_Z = 1, int PTX_ARCH = CUB_PTX_ARCH>
template<typename FlagOp, bool HAS_PARAM = BinaryOpHasIdxParam<T, FlagOp>::HAS_PARAM>
struct cub::BlockDiscontinuity< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::ApplyOp< FlagOp, HAS_PARAM >
Specialization for when FlagOp has third index param.
Definition at line 146 of file block_discontinuity.cuh.
The documentation for this struct was generated from the following file: