cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

cuGraph - RAPIDS Graph Analytics Library

Results 503 cugraph issues
Sort by recently updated
recently updated
newest added

Update C API (and C++ API/implementation) to support an option (defaulting to True) that will skip invalid starting vertices.

### 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 Critical (currently preventing...

feature request

Exposes the ability to retain seeds even if they have no outgoing edges (and therefore are not sampled). Required to fix the current bug in cuGraph-PyG involving batch size and...

feature request
non-breaking
cuGraph
python

* Remove the devcontainer when the VSCode window closes * Adds a descriptive name to the running container: ```shell $ docker ps -a CONTAINER ID IMAGE ... NAMES 0dbb364fe544 vsc-cugraph-......

improvement
non-breaking
ci

Edge triangle count is not part of the stable API hence: - Move edge triangle count to stable API - Add tests - Add MG support

Neighbor intersection can be a memory intensive operation especially when intersecting high degree vertices. 1. Perform neighbor intersection in chunks

Lookup edge source and destination using edge id

cuGraph
CMake

### 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/stable/tutorials/how_to_guides/ ### Describe the problems in the...

doc

### What is your question? We are interested in running `cpp`/`single-gpu` version of [SSSP](https://github.com/rapidsai/cugraph/blob/branch-24.04/cpp/src/traversal/sssp_sg.cu) for comparison as baselines in our paper. So, I tried building cugraph from the [instructions](https://github.com/rapidsai/cugraph/tree/branch-24.04/cpp/tests) ```...

question