OmniSciDB
a5dc49c757
|
Functions | |
void | sort_groups_gpu (int64_t *val_buff, int32_t *idx_buff, const uint64_t entry_count, const bool desc, const uint32_t chosen_bytes, ThrustAllocator &alloc, const int device_id) |
void | apply_permutation_gpu (int64_t *val_buff, int32_t *idx_buff, const uint64_t entry_count, const uint32_t chosen_bytes, ThrustAllocator &alloc, const int device_id) |
void anonymous_namespace{InPlaceSort.cpp}::apply_permutation_gpu | ( | int64_t * | val_buff, |
int32_t * | idx_buff, | ||
const uint64_t | entry_count, | ||
const uint32_t | chosen_bytes, | ||
ThrustAllocator & | alloc, | ||
const int | device_id | ||
) |
Definition at line 88 of file InPlaceSort.cpp.
References apply_permutation_on_gpu(), and CHECK.
Referenced by inplace_sort_gpu().
void anonymous_namespace{InPlaceSort.cpp}::sort_groups_gpu | ( | int64_t * | val_buff, |
int32_t * | idx_buff, | ||
const uint64_t | entry_count, | ||
const bool | desc, | ||
const uint32_t | chosen_bytes, | ||
ThrustAllocator & | alloc, | ||
const int | device_id | ||
) |
Definition at line 67 of file InPlaceSort.cpp.
References CHECK, and sort_on_gpu().
Referenced by inplace_sort_gpu().