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

Move faiss_mr from raft #5281

Merged
merged 7 commits into from
Mar 18, 2023
Merged

Conversation

benfred
Copy link
Member

@benfred benfred commented Mar 17, 2023

The faiss_mr file in RAFT is only currently used by the reachability_faiss code in cuml. Move this file over to allow us to completely remove the faiss dependency from RAFT.

The faiss_mr file in RAFT is only currently used by the reachability_faiss code
in cuml. Move this file over to allow us to completely remove the faiss dependency
from RAFT.
@benfred benfred requested review from a team as code owners March 17, 2023 18:14
benfred added a commit to benfred/raft that referenced this pull request Mar 17, 2023
Remove faiss_mr.hpp - in favour of rapidsai/cuml#5281
@cjnolet cjnolet requested a review from a team as a code owner March 17, 2023 21:11
@github-actions github-actions bot added CMake conda conda issue labels Mar 17, 2023
@cjnolet cjnolet added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Mar 17, 2023
@cjnolet
Copy link
Member

cjnolet commented Mar 17, 2023

/merge

rapids-bot bot pushed a commit to rapidsai/raft that referenced this pull request Mar 18, 2023
Remove faiss_mr.hpp - in favour of rapidsai/cuml#5281

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

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

URL: #1351
@rapids-bot rapids-bot bot merged commit 222121d into rapidsai:branch-23.04 Mar 18, 2023
@benfred benfred deleted the add_faiss_mr branch March 19, 2023 20:48
rapids-bot bot pushed a commit that referenced this pull request Mar 20, 2023
Fixes an issue with #5281

libfaiss is required at runtime, and thus must be specified as a libcuml runtime dependency.

Authors:
  - Bradley Dice (https://github.com/bdice)
  - Corey J. Nolet (https://github.com/cjnolet)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)
  - Charles Blackmon-Luca (https://github.com/charlesbluca)
  - Sevag H (https://github.com/sevagh)

URL: #5284
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci CMake conda conda issue CUDA/C++ improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
Development

Successfully merging this pull request may close these issues.

3 participants