faiss
faiss copied to clipboard
remove feature for GpuIndexIVFPQ, but not support interleaved layout
Remove feature for GpuIndexIVFPQ, but not support interleaved layout. Unit tests are written in the upper-level application, so PR is not included.
Please add a test to see if the functionality works, in the lines of
https://github.com/facebookresearch/faiss/blob/c0052c15336a57f7068a7d098d5ce5b6234a2d70/tests/test_index_composite.py#L72
(preferably in Python to test the whole stack)
Please add a test to see if the functionality works, in the lines of
https://github.com/facebookresearch/faiss/blob/c0052c15336a57f7068a7d098d5ce5b6234a2d70/tests/test_index_composite.py#L72
(preferably in Python to test the whole stack)
Please add a test to see if the functionality works, in the lines of
https://github.com/facebookresearch/faiss/blob/c0052c15336a57f7068a7d098d5ce5b6234a2d70/tests/test_index_composite.py#L72
(preferably in Python to test the whole stack)
ok
Please add a test to see if the functionality works, in the lines of
https://github.com/facebookresearch/faiss/blob/c0052c15336a57f7068a7d098d5ce5b6234a2d70/tests/test_index_composite.py#L72
(preferably in Python to test the whole stack)
Last week, the python environment was set up, but the " recipe for target' swigfaiss' failed " problem could not be solved, so I wrote the unit test to gpu/test/TestGpuIndexIVFPQ.cpp, and fixed the bugs found in the test. thanks
To compile the python version, please follow the steps lined out in
https://github.com/facebookresearch/faiss/blob/main/.circleci/config.yml#L222
To compile the python version, please follow the steps lined out in
https://github.com/facebookresearch/faiss/blob/main/.circleci/config.yml#L222
thanks, maybe I will try later
Closing this stale PR as we expect the removal pattern to be satisfied by filtering followed by compaction in most ANN applications.