Struct faiss::gpu::ToGpuCloner
-
struct faiss::gpu::ToGpuCloner : public faiss::Cloner, public faiss::gpu::GpuClonerOptions
Cloner specialized for CPU -> 1 GPU.
Public Functions
-
ToGpuCloner(GpuResourcesProvider *prov, int device, const GpuClonerOptions &options)
-
virtual VectorTransform *clone_VectorTransform(const VectorTransform*)
Public Members
-
GpuResourcesProvider *provider
-
int device
-
IndicesOptions indicesOptions
how should indices be stored on index types that support indices (anything but GpuIndexFlat*)?
-
bool useFloat16CoarseQuantizer
is the coarse quantizer in float16?
-
bool useFloat16
for GpuIndexIVFFlat, is storage in float16? for GpuIndexIVFPQ, are intermediate calculations in float16?
-
bool usePrecomputed
use precomputed tables?
-
long reserveVecs
reserve vectors in the invfiles?
-
bool storeTransposed
For GpuIndexFlat, store data in transposed layout?
-
bool verbose
Set verbose options on the index.
-
ToGpuCloner(GpuResourcesProvider *prov, int device, const GpuClonerOptions &options)