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

Contributes to https://github.com/rapidsai/build-planning/issues/54 This will make builds fail when there are path conflicts

improvement
DO NOT MERGE
non-breaking
ci

### Version 24.04 ### Which installation method(s) does this occur on? Source ### Describe the bug. Some files under folder "python" cannot be built because the namespace "cuda" is not...

bug

### Version 11 ### Which installation method(s) does this occur on? Conda, Pip ### Describe the bug. When trying to install the package using pip and conda, like [ readme.md](https://github.com/rapidsai/cugraph/blob/branch-24.06/python/nx-cugraph/README.md)...

bug

Closes https://github.com/rapidsai/cugraph/issues/4337

doc
non-breaking

### How to Identify Subgraphs Based on Non-Connectivity in cuGraph Hello, I'm working with cuGraph and trying to segment a graph into subgraphs based on non-connectivity of vertices. i found...

question

The Python sampling algorithms (particularly `uniform_neighbor_sample`) are overly complicated and need to be redesigned to better suit user needs, and properly support the full suite of features available at the...

improvement
breaking

MNMG [Approximation Algorithm for the Weighted Matching Problem](https://web.archive.org/web/20081031230449id_/http://www.ii.uib.no/~fredrikm/fredrik/papers/CP75.pdf)

feature request
non-breaking
cuGraph
CMake

Work that needs to be done to support link prediction workflows in cuGraph-PyG/DGL. ```[tasklist] ### Tasks - [ ] rapidsai/cugraph#4306 - [ ] rapidsai/cugraph#2992 - [ ] rapidsai/cugraph#2753 - [...

Epic

We currently are unable to handle isolated vertices for GNN sampling, since those are dropped during graph creation. This is causing issues for several users, who are unable to train...

feature request