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

### Is this a new feature, an improvement, or a change to existing functionality? New Feature ### How would you describe the priority of this feature request High ### Please...

feature request

### Version 24.04 ### Which installation method(s) does this occur on? Conda ### Describe the bug. There should not be a `FutureWarning` output. It looks like it is coming from...

bug

### What is your question? I know that one cannot expect exact repeatability over multiple runs of `cugraph.leiden` (even setting `random_state` to a constant). But how similar can we rely...

question

While running benchmarks for the GNN packages in a multinode environment, @jnke2016 and I found that calling `Client.wait_for_workers` was not working properly, causing a hang or crash when running a...

bug
python

### How would you describe the priority of this documentation request Medium ### Please provide a link or source to the relevant docs https://docs.rapids.ai/api/cugraph/nightly/api_docs/api/cugraph/cugraph.graph.from_dask_cudf_edgelist/#cugraph.Graph.from_dask_cudf_edgelist ### Describe the problems in the...

doc

### Version 22.02 ### Which installation method(s) does this occur on? Conda ### Describe the bug. Hi community, I am struggling to install cugraph 22.04 on my conda environment. I...

bug

### How does pos_list work for Force Atlas 2? I'm trying to specify the initial positions of the nodes for Force Atlas 2 based on their community. I've already run...

question

### Version 24.02 ### Which installation method(s) does this occur on? _No response_ ### Describe the bug. Just noticed in [this cugraph dgl benchmarking script](https://github.com/rapidsai/cugraph/blob/branch-24.02/benchmarks/cugraph-dgl/scale-benchmarks/cugraph_dgl_benchmark.py) that the spelling of the...

bug
GNN

Update Egonet to support MNMG by using MNMG BFS and MNMG induced subgraph Steps include: - [x] Python implementation - [x] Define PLC (pylibcugraph) API - [x] Define C API...

Epic

### Version 23.10.0 ### Which installation method(s) does this occur on? Docker ### Describe the bug. Nodes exiting in a networkX graph do not proprly port to a cuGraph graph...

bug