OmniSciDB
c1a53651b2
|
Public Member Functions | |
KeyReseter (int8_t *out_base, const size_t stride, const K emp_key) | |
__host__ __device__ void | operator() (const size_t index) |
Public Attributes | |
int8_t * | rows_base |
const size_t | key_stride |
const K | empty_key |
Definition at line 128 of file TopKSort.cu.
|
inline |
Definition at line 129 of file TopKSort.cu.
|
inline |
Definition at line 131 of file TopKSort.cu.
References KeyReseter< K >::empty_key, KeyReseter< K >::key_stride, and KeyReseter< K >::rows_base.
const K KeyReseter< K >::empty_key |
Definition at line 138 of file TopKSort.cu.
Referenced by KeyReseter< K >::operator()().
const size_t KeyReseter< K >::key_stride |
Definition at line 137 of file TopKSort.cu.
Referenced by KeyReseter< K >::operator()().
int8_t* KeyReseter< K >::rows_base |
Definition at line 136 of file TopKSort.cu.
Referenced by KeyReseter< K >::operator()().