10 #include <thrust/device_vector.h> 40 void heap_count_topk(thrust::device_vector<genie::matching::data_t>& d_data,
41 thrust::device_vector<genie::matching::data_t>& d_topk,
42 thrust::device_vector<u32>& d_threshold,
43 thrust::device_vector<u32>& d_passCount,
This is the top-level namespace of the project.
This file includes interfaces of original GENIE match functions.
void 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)