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

### Is this a new feature, an improvement, or a change to existing functionality? Improvement ### How would you describe the priority of this feature request Low (would be nice)...

feature request

Update sampling APIs (C API and PLC) to support heterogeneous fanout.

Add heterogeneous fanout to C++ neighborhood sampling calls (both Uniform and Biased). Initial implementation will use edge masking to perform the sampling for each edge type. Optimization of the sampling...

Benchmark k-truss and compare to other existing implementations.

The get_sampling_index primitive from cugraph-ops has been approved to migrate into the open source cugraph package. The goal of this issue is: * Deprecate (or delete) the wrapped cugraph-ops sampling...

The removal of multi edges is no longer supported in `symmetrize.py` for both single and multi GPU workflows. Instead, multi edges can be removed at the graph creation through the...

When passing an unsupported type combination, the user gets currently gets an undescriptive error message that is meaningless to them unless they understand libcugraph. Instead, we should raise a more...

improvement

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

feature request

### How would you describe the priority of this documentation request High ### Please provide a link or source to the relevant docs https://github.com/rapidsai/cugraph/blob/branch-24.08/docs/cugraph/source/installation/source_build.md ### Describe the problems in the...

doc