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? Improvement ### How would you describe the priority of this feature request Medium ### Please provide...

feature request

Support WholeGraph feature storage in cuGraph-PyG through a new `WholeFeatureStore` class that implements the `FeatureStore` interface.

feature request

Support WholeGraph feature storage in cuGraph-PyG through a new `WholeFeatureStore` class that implements the `FeatureStorage` interface.

feature request

Offline sampling has never had a proper API. It should be integrated into the new sampling/loading API in cuGraph-DGL.

feature request

Offline sampling has never had a proper API. It should be integrated into the new sampling/loading API in cuGraph-PyG.

feature request

Work needed to implement distributed sampling, which will replace bulk sampling for most users. ```[tasklist] ### Tasks - [ ] rapidsai/cugraph#4051 - [ ] rapidsai/cugraph#4247 - [ ] rapidsai/cugraph#4249 -...

Epic

Distributed sampling in cuGraph-PyG. Also renames the existing API to clarify that it is dask based. Adds a dependency on `tensordict` for `cuGraph-PyG` which supports the new `TensorDictFeatureStore`. Also no...

feature request
breaking
python
ci
conda

After #4401 is done, cuGraph-PyG should be updated to handle heterogeneous input.

feature request

The distributed sampler can currently only output homogeneous samples. Once the code is ready in the C++ API, the C API and pylibcugraph API should be updated along with the...

feature request

Replicate the `TensorDictFeatureStore` in `cuGraph-PyG` in `cuGraph-DGL`. Should be fairly trivial.

feature request