You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: