cugraph
cugraph copied to clipboard
cuGraph - RAPIDS Graph Analytics Library
### 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`...
### 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_...
This PR allows the edge list to be symmetrized when creating a graph from a CSR representation. closes #4693
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...
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.
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