cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

cuGraph - RAPIDS Graph Analytics Library

Results 541 cugraph issues
Sort by recently updated
recently updated
newest added

This notebook will be used to demontstrate how to use nx-cugraph and show the speed-up.

doc
non-breaking
python
Notebook

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...

feature request
Epic
non-breaking
CMake
python
ci

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...

bug

Adding a tutorial to get started with cugraph. There are more to follow but this is identified as an important one. closes #4385

doc
non-breaking

Contributes to https://github.com/rapidsai/build-planning/issues/31.

improvement
non-breaking
python
ci
conda

improvement
non-breaking
python

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...

improvement

After #4401 is done, cuGraph-DGL should be updated to support heterogeneous input.

feature request