OmniSciDB
a5dc49c757
|
Public Member Functions | |
RowFetcher (int8_t *out_base, const int8_t *in_base, const I *indices, const size_t row_sz) | |
__host__ __device__ void | operator() (const I index) |
Public Attributes | |
int8_t * | dst_base |
const int8_t * | src_base |
const I * | idx_base |
const size_t | row_size |
Definition at line 259 of file TopKSort.cu.
|
inline |
Definition at line 260 of file TopKSort.cu.
|
inline |
Definition at line 265 of file TopKSort.cu.
References RowFetcher< I >::dst_base, RowFetcher< I >::idx_base, RowFetcher< I >::row_size, and RowFetcher< I >::src_base.
int8_t* RowFetcher< I >::dst_base |
Definition at line 269 of file TopKSort.cu.
Referenced by RowFetcher< I >::operator()().
const I* RowFetcher< I >::idx_base |
Definition at line 271 of file TopKSort.cu.
Referenced by RowFetcher< I >::operator()().
const size_t RowFetcher< I >::row_size |
Definition at line 272 of file TopKSort.cu.
Referenced by RowFetcher< I >::operator()().
const int8_t* RowFetcher< I >::src_base |
Definition at line 270 of file TopKSort.cu.
Referenced by RowFetcher< I >::operator()().