GENIE
|
This file implements the function for topk selection in the final hashtable. More...
Go to the source code of this file.
Namespaces | |
genie | |
This is the top-level namespace of the project. | |
genie::matching | |
Functions | |
void | genie::matching::heap_count_topk (thrust::device_vector< genie::matching::data_t > &d_data, thrust::device_vector< genie::matching::data_t > &d_topk, thrust::device_vector< u32 > &d_threshold, thrust::device_vector< u32 > &d_passCount, int topk, int num_of_queries) |
This file implements the function for topk selection in the final hashtable.
Definition in file heap_count.h.