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

feature request
non-breaking
ci
conda

Testing CI

bug
non-breaking
python

### Version 24.08 ### Which installation method(s) does this occur on? Conda, Source ### Describe the bug. The Louvain Algorithm being run in `cugraph/benchmarks/cugraph/pytest-based/bench_algos.py` is failing due to a `ConnectionRefusedError`...

bug
non-breaking
graph-devops
benchmarks

### Version 24.10 ### Which installation method(s) does this occur on? Source ### Describe the bug. This line of code is a non-sense: https://github.com/rapidsai/cugraph/blob/branch-24.12/cpp/src/c_api/core_number.cpp#L79 ### Minimum reproducible example _No response_...

bug
? - Needs Triage

This PR allows the edge list to be symmetrized when creating a graph from a CSR representation. closes #4693

bug
non-breaking
cuGraph
python

Our implementation of Leiden was generating too many clusters. This was not obvious in smaller graphs, but as the graphs get larger the problem became more noticeable. The Leiden loop...

bug
non-breaking
cuGraph

This PR is replacing the `VAULT_HOST` variable with `AWS_ROLE_ARN`. This is required to use the new token service to get AWS credentials.

improvement
non-breaking

Uses a feature branch of the shared-workflows repo to test the new pull-through caching proxy. proxy setup action is: https://github.com/nv-gha-runners/setup-proxy-cache

improvement
non-breaking