Skip to content

Can we load and search the BPR Flat Binary Index in GPU #7

@astar10239

Description

@astar10239

Hi,

I have a 2.5GB Flat Binary Index.

I want to put it in GPU to search,

I tried this

res = faiss.StandardGpuResources()
self.index = faiss.GpuIndexBinaryFlat(res, binary_index)

It loads in GPU, but while searching the GPU becomes 100% and dies.

Any idea how to load it and search.

I have a Tesla V100 16GB.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions