OmniSciDB
a5dc49c757
|
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 122 of file TopKSort.cu.
|
inline |
Definition at line 123 of file TopKSort.cu.
|
inline |
Definition at line 125 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 132 of file TopKSort.cu.
Referenced by KeyReseter< K >::operator()().
const size_t KeyReseter< K >::key_stride |
Definition at line 131 of file TopKSort.cu.
Referenced by KeyReseter< K >::operator()().
int8_t* KeyReseter< K >::rows_base |
Definition at line 130 of file TopKSort.cu.
Referenced by KeyReseter< K >::operator()().