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
trafficstars

improvement
non-breaking
cuGraph
CMake

Added a new entry point for similarity functionality that combines the functionality of k_hop_nbrs and similarity. This entry point allows us to compute similarity for all pairs of vertices in...

improvement
non-breaking
cuGraph
CMake

This PR addresses #4191 Since the plan is to add "batched" support to the regular `ego_graph` method, a `DeprecationWarning` has been added to `batched_ego_graphs`. -- Minor change: use proper indexing...

improvement
non-breaking
python

Addresses #4187 This PR makes improvements to old testing conventions used in `cugraph.centrality` MG tests Instead of using nested fixtures. eg. `input_expected_output -> input_combo -> fixture_params` which can be confusing,...

improvement
non-breaking
python

Large-scale cuGraph-DGL performance testing scripts. Also changes the DGL and PyG scripts to evaluate on all ranks and reuse the test samples, and adds support for benchmarking cuGraph-DGL/cuGraph-PyG with WholeGraph....

feature request
DO NOT MERGE
non-breaking
python
benchmarks

This PR trims trailing whitespace and normalizes file endings in all files, and adds pre-commit hooks to enforce this for future contributions. These pre-commit hooks already exist in most other...

improvement
non-breaking
cuGraph
CMake
python
ci
benchmarks
datasets

This begins by adding more unweighted shortest path algorithms. Next we'll do weighted via `sssp`, then generic. Note that there are some performance improvements that can be made: - add...

python

C API for MNMG ECG Closes #3571 Closes #3572 Closes #3573 Closes #3575

improvement
breaking
cuGraph
CMake
python

Currently CUDA 12 testing on some cuGraph packages is skipped https://github.com/rapidsai/cugraph/blob/0a2a2454c349f5375938ddd2fddff0e9c417b52e/ci/test_wheel_cugraph-pyg.sh#L48 https://github.com/rapidsai/cugraph/blob/cc4199d86da520b6e6d92bd97e0110fb1c83b2a8/.github/workflows/test.yaml#L79 Would be interested in understanding why that is the case and figuring out how we can enable testing...

non-breaking