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

Instead of accepting an argument to indicate how many total negative samples to generate, allow each worker to specify how many they want. Work with @alexbarghi-nv to identify the API...

### 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

### How would you describe the priority of this documentation request Low (would be nice) ### Please provide a link or source to the relevant docs (multiple) ### Describe the...

doc

We're seeing failures in `cudf` exercising `Graph.from_pandas_adjacency` where the `pandas.DataFrame` columns are strings due to https://github.com/rapidsai/cugraph/pull/5121. In https://github.com/rapidsai/cugraph/pull/5121, there is an assumption that the `nodes` that are passed to `Graph.from_numpy_array`...

bug
non-breaking
python

Breaking as multiple functions take an additional input parameter (i.e. std::optional large_buffer_type).

feature request
breaking
cuGraph

Implement transform_gather_e function which gathers edge functor outputs applied to the edges provided in the input edge list.

feature request
non-breaking
cuGraph
CMake

A [PR](https://github.com/rapidsai/cugraph/pull/4841) updating the python API for random walk was merged in 25.02 however, the legacy API is still part of it though deprecated. This PR removes the deprecated functionalities...

improvement
non-breaking
cuGraph
CMake
python

Support for the spectral clustering algorithm was moved to cuvs. We should modify cugraph to bring in cuvs to get this code rather than getting it from the raft headers.

## Description conda-forge is migrating to gcc 14, so this PR is updating for alignment. See https://github.com/rapidsai/build-planning/issues/188

improvement
non-breaking
conda

This adds an env var to pass the github token through to the telemetry summary shared action. The token is necessary to check if the base artifact exists. See https://github.com/rapidsai/shared-actions/pull/56...

bug
non-breaking