OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
cub::BlockDiscontinuity< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::ApplyOp< FlagOp, false > Struct Template Reference

Specialization for when FlagOp does not have a third index param. More...

Detailed Description

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>
struct cub::BlockDiscontinuity< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::ApplyOp< FlagOp, false >

Specialization for when FlagOp does not have a third index param.

Definition at line 157 of file block_discontinuity.cuh.

Static Public Member Functions

static __device__ __forceinline__ bool FlagT (FlagOp flag_op, const T &a, const T &b, int)
 

Member Function Documentation

◆ FlagT()

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 >
static __device__ __forceinline__ bool cub::BlockDiscontinuity< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::ApplyOp< FlagOp, false >::FlagT ( FlagOp  flag_op,
const T &  a,
const T &  b,
int   
)
inlinestatic

Definition at line 160 of file block_discontinuity.cuh.


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