-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
IndexResidualQuantizer doesn't work when it is move to GPU #3024
Labels
Comments
IndexResidualQuantizer is not supported on GPU. |
facebook-github-bot
pushed a commit
that referenced
this issue
Apr 4, 2024
…3336) Summary: Issues: #3269 #3024 List of implemented GPU indices: https://github.com/facebookresearch/faiss/wiki/Faiss-on-the-GPU#implemented-indexes Differential Revision: D55577576
ramilbakhshyiev
added a commit
that referenced
this issue
Apr 4, 2024
…3336) Summary: Issues: #3269 #3024 List of implemented GPU indices: https://github.com/facebookresearch/faiss/wiki/Faiss-on-the-GPU#implemented-indexes Differential Revision: D55577576
facebook-github-bot
pushed a commit
that referenced
this issue
Apr 5, 2024
…3336) Summary: Issues: #3269 #3024 List of implemented GPU indices: https://github.com/facebookresearch/faiss/wiki/Faiss-on-the-GPU#implemented-indexes Differential Revision: D55577576
ramilbakhshyiev
added a commit
that referenced
this issue
Apr 5, 2024
…3336) Summary: Issues: #3269 #3024 List of implemented GPU indices: https://github.com/facebookresearch/faiss/wiki/Faiss-on-the-GPU#implemented-indexes Differential Revision: D55577576
facebook-github-bot
pushed a commit
that referenced
this issue
Apr 6, 2024
…3336) Summary: Pull Request resolved: #3336 Issues: #3269 #3024 List of implemented GPU indices: https://github.com/facebookresearch/faiss/wiki/Faiss-on-the-GPU#implemented-indexes Reviewed By: mdouze Differential Revision: D55577576 fbshipit-source-id: 49f490cfba6784661e378acf4de3cce4195bb43b
Fixed in #3336 |
abhinavdangeti
pushed a commit
to blevesearch/faiss
that referenced
this issue
Jul 12, 2024
…acebookresearch#3336) Summary: Pull Request resolved: facebookresearch#3336 Issues: facebookresearch#3269 facebookresearch#3024 List of implemented GPU indices: https://github.com/facebookresearch/faiss/wiki/Faiss-on-the-GPU#implemented-indexes Reviewed By: mdouze Differential Revision: D55577576 fbshipit-source-id: 49f490cfba6784661e378acf4de3cce4195bb43b
aalekhpatel07
pushed a commit
to aalekhpatel07/faiss
that referenced
this issue
Oct 17, 2024
…acebookresearch#3336) Summary: Pull Request resolved: facebookresearch#3336 Issues: facebookresearch#3269 facebookresearch#3024 List of implemented GPU indices: https://github.com/facebookresearch/faiss/wiki/Faiss-on-the-GPU#implemented-indexes Reviewed By: mdouze Differential Revision: D55577576 fbshipit-source-id: 49f490cfba6784661e378acf4de3cce4195bb43b
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Summary
I would like to use ResidualQuantizer for ANN search.
Platform
OS: GNU/Linux
Faiss version: 1.7.2
Installed from: conda
Faiss compilation options:
Running on:
Interface:
Reproduction instructions
The error:
When I comment the lines
index = faiss.index_cpu_to_gpu(res, 0, index, co)
andindex = faiss.index_gpu_to_cpu(index)
, it works fine.The text was updated successfully, but these errors were encountered: