GENIE
|
#include <stdint.h>
#include <vector>
#include <thrust/device_vector.h>
#include <genie/query/query.h>
#include <genie/table/inv_compr_table.h>
#include "match.h"
Go to the source code of this file.
Namespaces | |
genie | |
This is the top-level namespace of the project. | |
genie::matching | |
Functions | |
template<class Codec > | |
void | genie::matching::match_integrated (genie::table::inv_compr_table &table, std::vector< genie::query::Query > &queries, thrust::device_vector< genie::matching::data_t > &d_data, thrust::device_vector< u32 > &d_bitmap, int hash_table_size, int bitmap_bits, thrust::device_vector< u32 > &d_noiih, thrust::device_vector< u32 > &d_threshold, thrust::device_vector< u32 > &d_passCount) |