OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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
 

Constructor & Destructor Documentation

◆ DiscontinuityOp()

template<typename T , int BLOCK_DIM_X, int ITEMS_PER_THREAD, int BINS, int BLOCK_DIM_Y, int BLOCK_DIM_Z, int PTX_ARCH>
__device__ __forceinline__ cub::BlockHistogramSort< T, BLOCK_DIM_X, ITEMS_PER_THREAD, BINS, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::DiscontinuityOp::DiscontinuityOp ( _TempStorage temp_storage)
inline

Definition at line 136 of file block_histogram_sort.cuh.

Member Function Documentation

◆ operator()()

template<typename T , int BLOCK_DIM_X, int ITEMS_PER_THREAD, int BINS, int BLOCK_DIM_Y, int BLOCK_DIM_Z, int PTX_ARCH>
__device__ __forceinline__ bool cub::BlockHistogramSort< T, BLOCK_DIM_X, ITEMS_PER_THREAD, BINS, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::DiscontinuityOp::operator() ( const T &  a,
const T &  b,
int  b_index 
)
inline

Definition at line 141 of file block_histogram_sort.cuh.

Field Documentation

◆ temp_storage

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

Definition at line 133 of file block_histogram_sort.cuh.


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