Struct faiss::gpu::GpuIndexFlatConfig
-
struct GpuIndexFlatConfig : public faiss::gpu::GpuIndexConfig
Public Functions
-
inline GpuIndexFlatConfig()
Public Members
-
bool useFloat16
Whether or not data is stored as float16.
-
bool storeTransposed
Deprecated: no longer used Previously used to indicate whether internal storage of vectors is transposed
-
int device
GPU device on which the index is resident.
-
MemorySpace memorySpace
What memory space to use for primary storage. On Pascal and above (CC 6+) architectures, allows GPUs to use more memory than is available on the GPU.
-
inline GpuIndexFlatConfig()