cugraph
cugraph copied to clipboard
cuGraph - RAPIDS Graph Analytics Library
Contributes to https://github.com/rapidsai/build-planning/issues/54 This will make builds fail when there are path conflicts
### 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...
### 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)...
### 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...
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...
MNMG [Approximation Algorithm for the Weighted Matching Problem](https://web.archive.org/web/20081031230449id_/http://www.ii.uib.no/~fredrikm/fredrik/papers/CP75.pdf)
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 - [...
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...