GENIE
heap_count.h File Reference

This file implements the function for topk selection in the final hashtable. More...

#include <thrust/device_vector.h>
#include <genie/matching/match.h>

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)
 

Detailed Description

This file implements the function for topk selection in the final hashtable.

Definition in file heap_count.h.