OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
cub::BlockHistogramSort< T, BLOCK_DIM_X, ITEMS_PER_THREAD, BINS, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::DiscontinuityOp Struct Reference

Detailed Description

template<typename T, int BLOCK_DIM_X, int ITEMS_PER_THREAD, int BINS, int BLOCK_DIM_Y, int BLOCK_DIM_Z, int PTX_ARCH>
struct cub::BlockHistogramSort< T, BLOCK_DIM_X, ITEMS_PER_THREAD, BINS, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::DiscontinuityOp

Definition at line 130 of file block_histogram_sort.cuh.

Public Member Functions

__device__ __forceinline__ DiscontinuityOp (_TempStorage &temp_storage)
 
__device__ __forceinline__ bool operator() (const T &a, const T &b, int b_index)
 

Data Fields

_TempStoragetemp_storage
 

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