Module faiss::index::gpu

source ·
Expand description

GPU Index implementation

Structs

  • Native GPU implementation of a Faiss index. GPU indexes in Faiss are first built on the CPU, and subsequently transferred to one or more GPU’s via the into_gpu or to_gpu methods. Calling into_cpu (or to_cpu) enables the user to bring the index back to CPU memory.

Traits

  • Trait for Faiss index types known to be running on the GPU.