-
Notifications
You must be signed in to change notification settings - Fork 311
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] Graph sage example #2925
[REVIEW] Graph sage example #2925
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.
Looks good. Just have the following comments:
I don't think we need to supportmode
other thancugraph_storage
, and the code have assumed to use cugraph_storage in a few places, indicated by callinggraph.get_node_storage()
- Need more explanation around the batch_size and the rmm option to users.
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.
see my comments in the code
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.
Please see me comments in the code.
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 like Xiaoyun addressed everything that needed additional review. Approved.
The base branch was changed.
@VibhuJawa any status updates? |
Yeah, we finally have approval to merge this in now :-D . Will update this PR |
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, just a couple of minor comments
@rlratzel , All your reviews have been addressed. |
@tingyu66 , @alexbarghi-nv Waiting on you all's approval too. |
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.
👍
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.
👍
/merge |
This PR depends upon #2924 .
We add
Graph-Sage
example to claimdgl
,cugraph
integration.Waiting on SWIPAT before merging
CC: @TristonC