-
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
Remote Graph Wrappers for cuGraph-Service #2821
Remote Graph Wrappers for cuGraph-Service #2821
Conversation
Currently, this only does SG version for rapidsai#2401. MG is still TODO. This also doesn't change anything user-facing (yet).
This includes a slow workaround for rapidsai/cudf#11550
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
…nto cgs-remote-wrappers
…to cgs-remote-wrappers
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-22.12 #2821 +/- ##
===============================================
Coverage ? 62.61%
===============================================
Files ? 114
Lines ? 6395
Branches ? 0
===============================================
Hits ? 4004
Misses ? 2391
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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 @alexbarghi-nv , I can see how this can be very useful. Overall approach looks good but have raised some questions.
Co-authored-by: Vibhu Jawa <[email protected]>
…v/cugraph into cgs-remote-wrappers
This reverts commit ce12b47.
…to cgs-remote-wrappers
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.
Have requested small changes, looks good other-wise
@alexbarghi-nv is this good to merge ? |
This is good to merge. |
@gpucibot merge |
@rlratzel , Can you merge this please, i dont think i have privileges. |
@gpucibot merge |
1 similar comment
@gpucibot merge |
Resolves https://github.com/rapidsai/graph_dl/issues/76
Merge after #2804
This PR defines a remote interface for
Graph
andPropertyGraph
so they can be easily substituted in a client application that does not usecugraph
directly. ForPropertyGraph
, this PR also implements most of the functionality of a nativePropertyGraph
.Note: this PR does not include the upcoming "dispatch" updates for running cugraph algorithms or subgraph extraction, which are covered under https://github.com/rapidsai/graph_dl/issues/80