-
Notifications
You must be signed in to change notification settings - Fork 20
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
GPU accelerated graphs #87
Comments
Triangles: |
Should this be added under a |
It's supposed to be completely interoperable with networkx (perhaps unfortunate now we've completely removed that), but I think a third GPU flag to enable this would be very sensible |
So networkx-type code needs to be added back in? At least we can retrieve the code. |
Yeah. I think we'll keep it as graph tools, and just have functions which convert to/from cugraph, and then the time-consuming ones (cliques, network score) should be fairly small drop-ins |
Could look at using https://github.com/rapidsai/cugraph
The text was updated successfully, but these errors were encountered: