cugraph
cugraph copied to clipboard
cuGraph - RAPIDS Graph Analytics Library
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...
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...
* 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-......
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
### 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...
### 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) ```...