-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement add_preassigned for GPU #3908
Labels
Comments
Do you have a specific use case in mind that this functionality would unblock? |
Hi @asadoughi , I have created a toy example to repro and to showcase how our work in the research team could benefit from this functionality:
Error:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GPU search supports
search_preassigned
but notadd_preassigned
which is required when an arbitrary quantizer is used.https://github.com/facebookresearch/faiss/blob/main/faiss/gpu/GpuIndexIVF.h#L101
It would be useful to implement it.
The text was updated successfully, but these errors were encountered: