#include <map>
#include <memory>
#include <string>
#include <vector>
#include <thrust/device_vector.h>
#include <genie/matching/match_common.h>
#include <genie/utility/Logger.h>
#include "DeviceCodecs.h"
Go to the source code of this file.
|
enum | genie::compression::COMPRESSION_TYPE {
genie::compression::NO_COMPRESSION = 0,
genie::compression::COPY,
genie::compression::DELTA,
genie::compression::BP32,
genie::compression::VARINT,
genie::compression::COMP_BP32_COPY,
genie::compression::COMP_BP32_VARINT,
genie::compression::SERIAL_COPY_COPY,
genie::compression::SERIAL_DELTA_COPY,
genie::compression::SERIAL_DELTA_DELTA,
genie::compression::SERIAL_DELTA_VARINT,
genie::compression::SERIAL_DELTA_BP32,
genie::compression::SERIAL_DELTA_COMP_BP32_COPY,
genie::compression::SERIAL_DELTA_COMP_BP32_VARINT
} |
|
◆ MatchIntegratedFunPtr
Typedef IntegratedKernelPtr as a function pointer to instanced template of match_integrated
Definition at line 23 of file DeviceCodecFactory.h.