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

[FEA] Support Returning Graphs in CSC/CSR Format #3802

Closed
Tracked by #3806
alexbarghi-nv opened this issue Aug 16, 2023 · 1 comment
Closed
Tracked by #3806

[FEA] Support Returning Graphs in CSC/CSR Format #3802

alexbarghi-nv opened this issue Aug 16, 2023 · 1 comment
Assignees
Labels
feature request New feature or request non-breaking Non-breaking change
Milestone

Comments

@alexbarghi-nv
Copy link
Member

Should add the option to return graphs from cuGraph-PyG in CSC or CSR format. We already support returning it in COO format, and there are clear best practices on how to convert it to CSC or CSR in PyG. Obviously, if the tensors are too big to fit in memory, this will cause an error, but it's a common enough need for smaller graphs and is part of the official PyG API for it to be officially supported.

@alexbarghi-nv alexbarghi-nv added feature request New feature or request non-breaking Non-breaking change labels Aug 16, 2023
@alexbarghi-nv alexbarghi-nv added this to the 23.12 milestone Aug 16, 2023
@alexbarghi-nv alexbarghi-nv self-assigned this Aug 16, 2023
@BradReesWork BradReesWork modified the milestones: 23.12, 24.02 Nov 27, 2023
@alexbarghi-nv
Copy link
Member Author

No longer required since we are switching to a separate graph/feature store and using the new edge index class in PyG.

@alexbarghi-nv alexbarghi-nv closed this as not planned Won't fix, can't repro, duplicate, stale May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request non-breaking Non-breaking change
Projects
None yet
Development

No branches or pull requests

2 participants