-
Notifications
You must be signed in to change notification settings - Fork 310
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
Bulk Loading Support for cuGraph-PyG #3170
Bulk Loading Support for cuGraph-PyG #3170
Conversation
…lexbarghi-nv/cugraph into short-circuit-and-type-indices
/merge |
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.
Left some comments.
If you're having GitHub Action CI-related issues, let me know and I can assist.
@ajschmidt8 I reset the two dead files. CI is still pulling the wrong version of cugraph-pyg. Any idea on how to fix this? |
Let me check the logs and see what I can find. |
@alexbarghi-nv, can you try adding These are the lines that install the workflow artifacts into the Python test job. By default, our containers aren't configured to search the So since this PR adds Right now conda is likely preferring the latest versions of the |
python/cugraph/cugraph/dask/sampling/uniform_neighbor_sample.py
Outdated
Show resolved
Hide resolved
@ajschmidt8 we have decided to drop the recipe change from this PR. Thanks for your help, hopefully we can get that done in another PR soon. |
This PR depends upon ~#3148 (#3170) This PR closes #3154 - [x] Works on SG Homogenous Graph (OBGN-Products) - [x] Works on SG Heterogenous Graphs (OBGN-Mag) - [x] Works on MG Homogenous Graphs (OBGN-Products, OBGN-PAPERS100M (1 Billion edge graph)) - [x] Works on MG Heterogenous Graphs (OBGN-Mag) Tests to add: - [x] Tests on SG Homogenous Graphs - [x] Tests on SG Heterogenous Graphs - [x] Tests on MG Homogenous Graphs - [x] Tests on MG Heterogenous Graphs Maybe Todo: <s>- [ ] Test Multi-trainer examples and verification </s> (Will do a follow up) Authors: - Vibhu Jawa (https://github.com/VibhuJawa) - Rick Ratzel (https://github.com/rlratzel) - Alex Barghi (https://github.com/alexbarghi-nv) - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Alex Barghi (https://github.com/alexbarghi-nv) - Rick Ratzel (https://github.com/rlratzel) URL: #3181
…ugraph into bulk-loading-pyg
Closes #3152
Depends on #3148 and #3159
This PR does support multiple trainers, even though there is no example for it.