OmniSciDB
a5dc49c757
|
Public Member Functions | |
KeyFetcher (K *out_base, const int8_t *src_oe_base, const size_t stride, const I *indices) | |
__host__ __device__ void | operator() (const I index) |
Public Attributes | |
K * | key_base |
const int8_t * | oe_base |
const size_t | oe_stride |
const I * | idx_base |
Definition at line 105 of file TopKSort.cu.
|
inline |
Definition at line 106 of file TopKSort.cu.
|
inline |
Definition at line 111 of file TopKSort.cu.
References KeyFetcher< K, I >::idx_base, KeyFetcher< K, I >::key_base, KeyFetcher< K, I >::oe_base, and KeyFetcher< K, I >::oe_stride.
const I* KeyFetcher< K, I >::idx_base |
Definition at line 118 of file TopKSort.cu.
Referenced by KeyFetcher< K, I >::operator()().
K* KeyFetcher< K, I >::key_base |
Definition at line 115 of file TopKSort.cu.
Referenced by KeyFetcher< K, I >::operator()().
const int8_t* KeyFetcher< K, I >::oe_base |
Definition at line 116 of file TopKSort.cu.
Referenced by KeyFetcher< K, I >::operator()().
const size_t KeyFetcher< K, I >::oe_stride |
Definition at line 117 of file TopKSort.cu.
Referenced by KeyFetcher< K, I >::operator()().