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

Current cuGraph Python APIs that require a call to an underlying C++ analytic will create a C++ `graph_t` instance prior to calling the C++ function, convert results to a Python/cuDF...

inactive-30d
inactive-90d

#2109 describes additional use cases that PropertyGraph needs to support. This PR adds tests to ensure those are supported, and possibly new updates to the PropertyGraph implementation if necessary. closes...

improvement
non-breaking

- [ ] 1. Single File Edge list CSV that also contains vertex information. For example, a column for "src" and "dst" info, then lots of edge attributes. - [...

improvement
inactive-30d

#2143 and #2104 describe and track data masking at the C/C++/CUDA primitive layers. This issue describes and tracks the efforts to have the Python API take advantage of data masking...

? - Needs Triage
inactive-30d
inactive-90d

Our CPP tests are organized under a nice directory hierarchy, and our python tests could benefit from a similar organization to make particular tests easier to find and run. It...

inactive-30d
inactive-90d

Adding `email-EU-core.csv` to the set of inputs to the `test_core_number` test causes NetworkX to raise an exception which fails the test: ``` E networkx.exception.NetworkXError: Input graph has self loops which...

Fix

Many of the tests do very similar setup steps, including iterating over a set of datasets, creating a specific graph type, creating a specif Nx graph type, running an algo...

inactive-30d
inactive-90d

Adding `email-EU-core.csv` to the set of inputs to the `test_k_core.py::test_core_number_DiGraph` test causes NetworkX to raise an exception which fails the test: ``` E networkx.exception.NetworkXError: Input graph has self loops which...

inactive-30d
inactive-90d
Fix

cuGraph needs to expand its list of graph types to better capture and support the fully range of graph analytics. Various graph types require different processing, and having well defined...

EPIC
inactive-30d
inactive-90d