Upgrade faiss to 1.14.1+, commit 967eda65dec2515#1618
Conversation
|
@alexanderguzhva e2e jenkins job failed, comment |
…83d0 Signed-off-by: Alexandr Guzhva <alexanderguzhva@gmail.com>
61b0d52 to
fe76837
Compare
| @@ -0,0 +1,481 @@ | |||
| /* | |||
There was a problem hiding this comment.
This file was added by this PR but has zero include references anywhere in the codebase. The actual implementation used by hamming.cpp and the per-ISA TUs is utils/hamming_distance/hamming_impl.h. This dead duplicate should be deleted to avoid the two implementations drifting apart over time.
There was a problem hiding this comment.
this is the baseline faiss code, so this file should stay as is
|
thirdparty/faiss/faiss/utils/pq_code_distance.h:0 This refactor replaced the old |
same story. This is the baseline faiss, should it should not be touched |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexanderguzhva, foxspy The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…83d0 (zilliztech#1618) Signed-off-by: Alexandr Guzhva <alexanderguzhva@gmail.com>
As far as I understand, this finalizes
Faissintroduction of dynamic dispatch/kind improvement
issue: #1501