-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Remove the avx-related code in partitioning.cpp since it is slower #3095
Comments
After test, avx2 code will improve the performance, I suggest removing the confusing comments. |
alexanderguzhva
added a commit
to alexanderguzhva/knowhere
that referenced
this issue
Nov 27, 2023
…er branch Commit: 6b761503ba073688e3ebeaa60545633dad83d1ba Parents: 6c89c8bd4e239141f9a5fad224347b80114ea585 Author: chasingegg <[email protected]> Committer: Facebook GitHub Bot <[email protected]> Date: Thu Nov 02 2023 13:03:52 GMT-0400 (Eastern Daylight Time) Remove confusing comments in partitioning.cpp (#3104) Summary: Fix facebookresearch/faiss#3095 Pull Request resolved: facebookresearch/faiss#3104 Reviewed By: mlomeli1 Differential Revision: D50595865 Pulled By: mdouze fbshipit-source-id: f9107bda114a77d6e1f0da32c3451b7182d32e60 Signed-off-by: Alexandr Guzhva <[email protected]>
alexanderguzhva
added a commit
to alexanderguzhva/knowhere
that referenced
this issue
Nov 27, 2023
…er branch Commit: 6b761503ba073688e3ebeaa60545633dad83d1ba Parents: 6c89c8bd4e239141f9a5fad224347b80114ea585 Author: chasingegg <[email protected]> Committer: Facebook GitHub Bot <[email protected]> Date: Thu Nov 02 2023 13:03:52 GMT-0400 (Eastern Daylight Time) Remove confusing comments in partitioning.cpp (#3104) Summary: Fix facebookresearch/faiss#3095 Pull Request resolved: facebookresearch/faiss#3104 Reviewed By: mlomeli1 Differential Revision: D50595865 Pulled By: mdouze fbshipit-source-id: f9107bda114a77d6e1f0da32c3451b7182d32e60 Signed-off-by: Alexandr Guzhva <[email protected]>
abhinavdangeti
pushed a commit
to blevesearch/faiss
that referenced
this issue
Jul 12, 2024
Summary: Fix facebookresearch#3095 Pull Request resolved: facebookresearch#3104 Reviewed By: mlomeli1 Differential Revision: D50595865 Pulled By: mdouze fbshipit-source-id: f9107bda114a77d6e1f0da32c3451b7182d32e60
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In https://github.com/facebookresearch/faiss/blob/main/faiss/utils/partitioning.cpp#L753, this should be a typo?
without AVX2 => with AVX2
, but why we still need this avx2 version which is slower than the scalar implementation.The text was updated successfully, but these errors were encountered: