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

Update decompress_to_edgelist to handle edge types

improvement
non-breaking
cuGraph

This PR 1. Performs edge triangle count in chunk 2. Enables k - 1 core optimization 3. Add C++ tests for edge triangle count 4. Move edge triangle count to...

improvement
breaking
cuGraph
CMake

improvement
non-breaking
cuGraph
CMake

Support [`torch_geometric.EdgeIndex`](https://pytorch-geometric.readthedocs.io/en/latest/generated/torch_geometric.edge_index.EdgeIndex.html) in models. Breaking changes: The `csc` argument in `model.forward()` has been renamed to `edge_index` to align with upstream models. For now, users can still pass in CSC tuples...

improvement
breaking
python
ci
conda

We currently support heterogeneous renumbering in the C++ sampling API. This issue is for extending that to heterogeneous graphs. Fundamentally, the process is the same with a few differences: Input:...

feature request

Create an MNMG sampling algorithm to work on a Heterogeneous graph. Need to be able to specify different fanout values by type. ```[tasklist] ### Tasks - [ ] https://github.com/rapidsai/cugraph/issues/2696 -...

Epic

Implement Closeness Centrality

Epic

Added to the MTMG library support for results that contain a vertex pair and a result. This will allow for support for all of the similarity algorithms. Added an MTMG...

improvement
non-breaking

Similar to https://github.com/rapidsai/cudf/pull/15552, we are testing [building RAPIDS with CCCL's main branch](https://github.com/NVIDIA/cccl/pull/1667) to get ahead of any breaking changes.

improvement
non-breaking
cuGraph
CMake
ci

**[WIP]** I'm using this PR to debug/add support for `DASK_DATAFRAME__QUERY_PLANNING=True`. **NOTES**: - Depends on https://github.com/dask/dask-expr/pull/1041 [Merged] - Depends on https://github.com/dask/dask-expr/pull/1044

improvement
non-breaking
python
ci
benchmarks