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

### 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 High ### Please...

feature request

### What is your question? Converting a CPU NetworkX graph to a GPU graph can be slow, so nx-cuGraph provides a configuration option that caches the converted graph so users...

question

### Is this a new feature, an improvement, or a change to existing functionality? Improvement ### How would you describe the priority of this feature request High ### Please provide...

feature request

#4307 Implemented the C++ feature to lookup a src/dst vertex from an edge id/type. We need to expose these to the python layer, so we need C API and PLC...

We implemented a C++ capability to initiate an all-pairs similarity algorithms directly without first creating a list of 2-hop neighbors. This feature also adds a `topk` parameter which allows for...

### What is your question? Despite the graph (`G`) being in cugraph.Graph format, it's giving me the `TypeError: Argument 'graph' has incorrect type (expected pylibcugraph.graphs._GPUGraph, got dict)` message. The bolded...

question

We have experienced the same issue several times in CI wheel-tests workflows when using `cupy` and `torch>=2.2` together: ``` torch = import_optional("torch") /pyenv/versions/3.9.19/lib/python3.9/site-packages/cugraph/utilities/utils.py:455: in import_optional return importlib.import_module(mod) /pyenv/versions/3.9.19/lib/python3.9/site-packages/torch/__init__.py:237: in from...

bug

### Version 24.06 ### Which installation method(s) does this occur on? Conda ### Describe the bug. When I ran the documentation example multiple times, I expected performance to be significantly...

bug

We implemented a C++ capability to initiate an all-pairs similarity algorithms directly without first creating a list of 2-hop neighbors. This feature also adds a topk parameter which allows for...

Who: cugraph users What: improve memory efficiency when creating undirected graphs to reduce OOM errors Why: undirected graphs require a symmetrization step which is currently prohibitively inefficient, resulting in OOM...

Story