-
Notifications
You must be signed in to change notification settings - Fork 302
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
New PyG End-to-End Examples #3326
New PyG End-to-End Examples #3326
Conversation
…cugraph into update-ci-for-pyg
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
…nv/cugraph into new-pyg-e2e-examples
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.
I have some minor feedback and questions which need not hold up approval (can be addressed pre or post commit).
|
||
|
||
def stop_cugraph_dask_client(): | ||
from cugraph.dask.comms import comms as Comms |
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.
I'm curious why this and other modules are imported inline, especially since some like this show up in multiple places.
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.
Importing cugraph will start a CUDA context prior to setting up rmm to use the right GPU
…eprecated at some point
/merge |
_get_vertex_groups_from_sample
a tensor instead of Seriesis_sorted
arg to_get_vertex_groups_from_sample
to skip sorting if tensor already sortedCuGraphStore
for running multi-GPU workflowsMerge after #3288 - merged
Merge after #3289 - merged
Merge after #3382 - merged
Closes #3316
Closes #3226
Closes #3072