-
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
CAGRA Python wrappers #1665
CAGRA Python wrappers #1665
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.
Started to look at this, overall it looks nice, but had only a superficial view. From the current state of the API, it is not clear what is the use of the seprate build_knn_graph
and optimize
methods. They make sense if we can construct an index using their output. I have left a note at the index construction along this line.
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 so much for whipping up this feature at the last minute! I think most of the things are topical (doc related) from what I can tell.
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, but since I made some changes I'd prefer @dantegd to look over them before we merge.
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.
The changes lgtm @cjnolet , thanks for applying them!
First verstion of a CAGRA API in pylibraft.
Todos:
cagra_types.hpp
including#include <raft/util/pow2_utils.cuh>
that makes it need nvcc, blocking a clean C++ only cython build