Faiss
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
Public Attributes | List of all members
faiss::gpu::GpuIndexConfig Struct Reference
Inheritance diagram for faiss::gpu::GpuIndexConfig:
faiss::gpu::GpuIndexFlatConfig faiss::gpu::GpuIndexIVFConfig faiss::gpu::GpuIndexIVFFlatConfig faiss::gpu::GpuIndexIVFPQConfig

Public Attributes

int device
 GPU device on which the index is resident.
 
MemorySpace memorySpace
 

Detailed Description

Definition at line 20 of file GpuIndex.h.

Member Data Documentation

MemorySpace faiss::gpu::GpuIndexConfig::memorySpace

What memory space to use for primary storae. On Pascal and above (CC 6+) architectures, allows GPUs to use more memory than is available on the GPU.

Definition at line 32 of file GpuIndex.h.


The documentation for this struct was generated from the following file: