Skip to content
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 faiss ANN code from knnIndex #1121

Merged
merged 9 commits into from
Jan 20, 2023

Conversation

benfred
Copy link
Member

@benfred benfred commented Jan 5, 2023

No description provided.

@benfred benfred requested a review from a team as a code owner January 5, 2023 00:26
@benfred benfred marked this pull request as draft January 5, 2023 00:26
@benfred benfred self-assigned this Jan 5, 2023
@github-actions github-actions bot added the cpp label Jan 5, 2023
@benfred benfred added improvement Improvement / enhancement to an existing function breaking Breaking change and removed cpp labels Jan 5, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jan 5, 2023

Codecov Report

Base: 87.99% // Head: 87.99% // No change to project coverage 👍

Coverage data is based on head (8c567a9) compared to base (187ff9e).
Patch has no changes to coverable lines.

Additional details and impacted files
@@              Coverage Diff              @@
##           branch-23.02    #1121   +/-   ##
=============================================
  Coverage         87.99%   87.99%           
=============================================
  Files                21       21           
  Lines               483      483           
=============================================
  Hits                425      425           
  Misses               58       58           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions github-actions bot added the cpp label Jan 5, 2023
@benfred benfred marked this pull request as ready for review January 19, 2023 16:36
benfred added a commit to benfred/cuml that referenced this pull request Jan 19, 2023
Copy link
Member

@cjnolet cjnolet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@cjnolet
Copy link
Member

cjnolet commented Jan 20, 2023

/merge

@rapids-bot rapids-bot bot merged commit f2bc24d into rapidsai:branch-23.02 Jan 20, 2023
benfred added a commit to benfred/cuml that referenced this pull request Jan 20, 2023
@benfred benfred deleted the remove_faiss_ann branch January 20, 2023 01:03
rapids-bot bot pushed a commit to rapidsai/cuml that referenced this pull request Jan 20, 2023
We are removing the faiss ANN code in rapidsai/raft#1121, in favour of
using the ivf_flat and ivf_pq implementations included with raft.

After this change, RAFT can be updated to remove the faiss ANN methods  - which is implemented in
rapidsai/raft#1121

Note that this removes the `ivf_sq` option , since there is no corresponding implementation in raft.

Closes #5131

Authors:
  - Ben Frederickson (https://github.com/benfred)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)

URL: #5119
ahendriksen pushed a commit to ahendriksen/raft that referenced this pull request Jan 23, 2023
jakirkham pushed a commit to jakirkham/cuml that referenced this pull request Feb 27, 2023
We are removing the faiss ANN code in rapidsai/raft#1121, in favour of
using the ivf_flat and ivf_pq implementations included with raft.

After this change, RAFT can be updated to remove the faiss ANN methods  - which is implemented in
rapidsai/raft#1121

Note that this removes the `ivf_sq` option , since there is no corresponding implementation in raft.

Closes rapidsai#5131

Authors:
  - Ben Frederickson (https://github.com/benfred)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)

URL: rapidsai#5119
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Breaking change cpp improvement Improvement / enhancement to an existing function
Projects
Development

Successfully merging this pull request may close these issues.

3 participants