Skip to content
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

CuGraph Example Fixes #9577

Merged
merged 34 commits into from
Aug 7, 2024
Merged

Conversation

alexbarghi-nv
Copy link
Contributor

@alexbarghi-nv alexbarghi-nv commented Aug 6, 2024

This PR makes the output of the single GPU example more readable. It also resolves an import issue by moving some of the cuGraph imports around, preventing the pytorch allocator from being set before replacing it with the rmm_pytorch_allocator.

Resolves rapidsai/cugraph-gnn#26

alexbarghi-nv and others added 30 commits June 1, 2022 17:27
remove use of __dict__

Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de>
remove use of __dict__

Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de>
simplify isinstance syntax

Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de>
simplify isinstance call

Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de>
remove explicit inheritance from object

Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de>
remove direct __dict__ access

Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de>
remove direct __dict__ access

Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de>
Create Initial Version of cuGraph Storage and Data Classes
@alexbarghi-nv alexbarghi-nv changed the title Cugraph example fixes CuGraph Example Fixes Aug 6, 2024
@puririshi98 puririshi98 marked this pull request as ready for review August 6, 2024 20:21
@puririshi98 puririshi98 requested a review from wsad1 as a code owner August 6, 2024 20:21
@rusty1s rusty1s merged commit c809173 into pyg-team:master Aug 7, 2024
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Output of cuGraph-PyG Examples is Hard to Read
2 participants