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

create a notebook that demonstrates MNMG Jaccard, Overlap, and Sorenson dependent on #2546

**Describe the bug** Our current implementation doesn't drop the duplicated edges which can be ambiguous during the symmetrization step. In fact, we currently concat the `src` to `dst` and `dst`...

bug
? - Needs Triage

Currently, vertices that do not have a value for a particular property have a default value of `NA`. This is problematic for two reasons: 1. Determining which property keys are...

? - Needs Triage

Please provide bullet point list of major user facing changes to Sophie Watson by the end of **burn down**

doc

In addition to the runtime per algo by both num GPUs and scale factor, we need to report: * GitHub hash (or exact conda package version?) for the build being...

EPIC
inactive-30d
inactive-90d

**Describe the solution you'd like** Current tests are run solely against NetworkX. Expand the list of alternative packages being benchmark

inactive-30d
inactive-90d

Need a function to return a list of seeds/starting vertices for BFS and SSSP benchmark runs for large MNMG graphs.

Various benchmark algo runs need proper validation functions, since a fast benchmark is meaningless if it's measuring the computation of an incorrect result. In particular, these are needed for results...

inactive-30d
inactive-90d

**Is your feature request related to a problem? Please describe.** Induced subgraph extraction code currently does not support MNMG. https://github.com/rapidsai/cugraph/blob/branch-21.12/cpp/src/structure/induced_subgraph_impl.cuh#L119 **Describe the solution you'd like** Needs to be updated to...

improvement
inactive-30d

RMM just added code coverage for C++ code. We should update cugraph to use this. This would potentially allow us to further reduce the C++ test code.