-
Notifications
You must be signed in to change notification settings - Fork 197
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
[REVIEW] Move FAISS ANN wrappers to RAFT #265
[REVIEW] Move FAISS ANN wrappers to RAFT #265
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this. I'm sure the cuGraph
team or others might be interested in using it! Just one comment/question. Otherwise, it looks good to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm except it's missing an update for the header name change:
In file included from ../test/sparse/knn.cu:22:
../include/raft/sparse/selection/knn.cuh:36:10: fatal error: raft/spatial/knn/detail/brute_force_knn.cuh: No such file or directory
36 | #include <raft/spatial/knn/detail/brute_force_knn.cuh>
|
@gpucibot merge |
This accompanies the RAFT PR: rapidsai/raft#265 Closes #3954 Authors: - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Victor Lafargue (https://github.com/viclafargue) - Dante Gama Dessavre (https://github.com/dantegd) URL: #3963
This accompanies the RAFT PR: rapidsai/raft#265 Closes rapidsai#3954 Authors: - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Victor Lafargue (https://github.com/viclafargue) - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#3963
No description provided.