-
Notifications
You must be signed in to change notification settings - Fork 631
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
[Question]: Usage of Graph Algorithms and Any Slowdowns? #7008
Comments
Hi @nv-rliu thanks for dropping by. Right now we have had a few tie-ins to networkx in the past, but over the past 1-2 years we have mostly migrated to rustworkx for performance-critical graph methods. Most of our remaining networkx support is for simple structuring/representation conveniences. I can summarise below:
The above are direct replacements of networkx with rustworkx in our stack, though if it is an easy opt-in for cuGraph acceleration via networkx, we can potentially consider introduction of an API layer supporting both packages as backends. Assuming they are supported, can you share any data of mapping the above functions directly to the GPU through networkx? Thanks again. |
Hi there,
I'm interested in understanding if
pennylane
depends on any graph algorithms from its usage of NetworkX? If so,Furthermore, would users be interested in accelerated nx algorithms via a GPU backend? This would involve zero code change.
Any insight into this topic would be greatly appreciated! Thank you.
The text was updated successfully, but these errors were encountered: