cugraph
cugraph copied to clipboard
cuGraph - RAPIDS Graph Analytics Library
This notebook will be used to demontstrate how to use nx-cugraph and show the speed-up.
This PR changes wheel building in RMM to create a separate C++ wheel that is then found from the Python wheel. The C++ wheel is now a hard dependency of...
This PR overhauls how `ops-codeowners` reviews are handled. `ops-codeowners` is replaced by `ci-codeowners` & `packaging-codeowners`. The coverage of files is expanded as well. Additionally, the process will change: reviews will...
### Version 24.04 ### Which installation method(s) does this occur on? Pip ### Describe the bug. I am using spectralModularityMaximizationClustering on a graph with 2.4M nodes and 110M nonzero entries...
Adding a tutorial to get started with cugraph. There are more to follow but this is identified as an important one. closes #4385
Contributes to https://github.com/rapidsai/build-planning/issues/31.
cuGraph-PyG and cuGraph-DGL are being decoupled from cuGraph to rely on pylibcugraph instead, but we still have a cugraph.gnn subpackage within cugraph that both libraries need. We should find a...
After #4401 is done, cuGraph-DGL should be updated to support heterogeneous input.