CuGraph+PyG Wrappers and Loaders#2567
Merged
rapids-bot[bot] merged 84 commits intorapidsai:branch-22.10from Aug 31, 2022
Merged
CuGraph+PyG Wrappers and Loaders#2567rapids-bot[bot] merged 84 commits intorapidsai:branch-22.10from
rapids-bot[bot] merged 84 commits intorapidsai:branch-22.10from
Conversation
remove data files
Codecov Report
@@ Coverage Diff @@
## branch-22.10 #2567 +/- ##
===============================================
Coverage ? 60.19%
===============================================
Files ? 112
Lines ? 6142
Branches ? 0
===============================================
Hits ? 3697
Misses ? 2445
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
rlratzel
reviewed
Aug 23, 2022
python/cugraph/cugraph/gnn/pyg_extensions/data/cugraph_store.py
Outdated
Show resolved
Hide resolved
python/cugraph/cugraph/gnn/pyg_extensions/data/cugraph_store.py
Outdated
Show resolved
Hide resolved
python/cugraph/cugraph/gnn/pyg_extensions/data/cugraph_store.py
Outdated
Show resolved
Hide resolved
python/cugraph/cugraph/gnn/pyg_extensions/data/cugraph_store.py
Outdated
Show resolved
Hide resolved
python/cugraph/cugraph/gnn/pyg_extensions/data/cugraph_store.py
Outdated
Show resolved
Hide resolved
python/cugraph/cugraph/gnn/pyg_extensions/data/cugraph_store.py
Outdated
Show resolved
Hide resolved
python/cugraph/cugraph/gnn/pyg_extensions/data/cugraph_store.py
Outdated
Show resolved
Hide resolved
…phEdgeAttr Co-authored-by: Rick Ratzel <3039903+rlratzel@users.noreply.github.com>
Co-authored-by: Rick Ratzel <3039903+rlratzel@users.noreply.github.com>
…v/cugraph into cugraph-pyg-new-api
Co-authored-by: Rick Ratzel <3039903+rlratzel@users.noreply.github.com>
…v/cugraph into cugraph-pyg-new-api
Co-authored-by: Rick Ratzel <3039903+rlratzel@users.noreply.github.com>
…v/cugraph into cugraph-pyg-new-api
Co-authored-by: Rick Ratzel <3039903+rlratzel@users.noreply.github.com>
…v/cugraph into cugraph-pyg-new-api
VibhuJawa
approved these changes
Aug 25, 2022
Member
Author
|
rerun tests |
rlratzel
approved these changes
Aug 31, 2022
Contributor
|
@gpucibot merge |
nv-rliu
pushed a commit
to nv-rliu/cugraph-gnn
that referenced
this pull request
Jul 15, 2025
Does not include GaaS. Supports heterogeneous graphs and MG. Includes example notebook. Also includes a required fix to uniform_neighbor_sample to handle graphs without weights. Closes rapidsai/graph_dl#20 Closes rapidsai/graph_dl#21 Closes #2590 Closes #2438 Closes #2428 Authors: - Alex Barghi (https://github.com/alexbarghi-nv) - Vibhu Jawa (https://github.com/VibhuJawa) - Rick Ratzel (https://github.com/rlratzel) - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Vibhu Jawa (https://github.com/VibhuJawa) - Rick Ratzel (https://github.com/rlratzel) URL: rapidsai/cugraph#2567
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Does not include GaaS. Supports heterogeneous graphs and MG. Includes example notebook. Also includes a required fix to uniform_neighbor_sample to handle graphs without weights.
Closes https://github.com/rapidsai/graph_dl/issues/20
Closes https://github.com/rapidsai/graph_dl/issues/21
Closes #2590
Closes #2438
Closes #2428