-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Expose CuGraph Taobao example through readme #10083
base: master
Are you sure you want to change the base?
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
### Examples with CuGraph | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Examples with CuGraph | |
### Examples with CuGraph | |
[cuGraph](https://github.com/rapidsai/cugraph) is a collection of packages focused on GPU-accelerated graph analytics including support for property graphs and remote operations. cuGraph supports the creation and manipulation of graphs followed by the execution of scalable fast graph algorithms. | |
[cuGraph GNN](https://github.com/rapidsai/cugraph-gnn) is a collection of GPU-accelerated plugins that support PyTorch and PyG natively via cuGraph GNN's subpackage `cugraph_pyg`. cuGraph GNN is built on top of cuGraph, leveraging its low-level [pylibcugraph](https://github.com/rapidsai/cugraph/python/pylibcugraph) API and C++ primitives for sampling and other GNN operations ([libcugraph](https://github.com/rapidai/cugraph/python/libcugraph)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added this description because, as a user, I often get confused about the naming (e.g., cugraph, cugraph-gnn, cugraph_pyg, pylibcugraph, libcugraph, etc).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexbarghi-nv Mind helping me write a quick description of cuGraph libraries here? I had a look at cuGraph and cuGraph GNN repos and copied some from them, but some links are outdated.
I just want PyG users to know what cuGraph is about and what it provides so that they can start trying it out, rather than ignoring cuGraph and going straight to pure PyTorch scripts.
No description provided.