-
Notifications
You must be signed in to change notification settings - Fork 304
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
[FEA] Support Edge ID Lookup in PyLibcuGraph #4687
[FEA] Support Edge ID Lookup in PyLibcuGraph #4687
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 catching these!
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
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 Python/Cython changes look fine, just a couple of questions/requests:
- Would it be better to be more explicit and replace the word "container" with "map", since (I'm assuming) it has to be a map?
- Can you add a smoketest of some kind for the PLC updates? This would also be great for users looking for an example of how to use the new APIs.
We're calling it |
…raph into plc-eid-lookup
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.
Looks great, thanks @alexbarghi-nv !
/merge |
Support Edge ID lookup in
pylibcugraph
. Also fixes some bugs in the C API (i.e. lookup table not being cleaned up correctly, container being incorrectly dereferenced as graph).Verified in rapidsai/cugraph-gnn#50