-
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
Reduce cuGraph Sampling Overhead for PyG #2653
Reduce cuGraph Sampling Overhead for PyG #2653
Conversation
rerun tests |
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 files cugraph_store
and link_neighbour_loader
look good to me. Will review others when the upstreams PR merge.
python/cugraph/cugraph/gnn/pyg_extensions/data/cugraph_store.py
Outdated
Show resolved
Hide resolved
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-22.10 #2653 +/- ##
===============================================
Coverage ? 59.79%
===============================================
Files ? 111
Lines ? 6358
Branches ? 0
===============================================
Hits ? 3802
Misses ? 2556
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.
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.
Nothing jumped out, just a few minor things. If we need to merge this ASAP, these can probably get away with being FIXME
s.
python/cugraph/cugraph/gnn/pyg_extensions/data/cugraph_store.py
Outdated
Show resolved
Hide resolved
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, thanks.
@gpucibot merge |
Closes https://github.com/rapidsai/graph_dl/issues/40
Blocked by #2523Blocked by #2510