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.
|
__device__ __forceinline__ | DiscontinuityOp (_TempStorage &temp_storage) |
|
__device__ __forceinline__ bool | operator() (const T &a, const T &b, int b_index) |
|
The documentation for this struct was generated from the following file: