cugraph
cugraph copied to clipboard
cuGraph - RAPIDS Graph Analytics Library
### 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...
Support WholeGraph feature storage in cuGraph-PyG through a new `WholeFeatureStore` class that implements the `FeatureStore` interface.
Support WholeGraph feature storage in cuGraph-PyG through a new `WholeFeatureStore` class that implements the `FeatureStorage` interface.
Offline sampling has never had a proper API. It should be integrated into the new sampling/loading API in cuGraph-DGL.
Offline sampling has never had a proper API. It should be integrated into the new sampling/loading API in cuGraph-PyG.
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 -...
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...
After #4401 is done, cuGraph-PyG should be updated to handle heterogeneous input.
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...
Replicate the `TensorDictFeatureStore` in `cuGraph-PyG` in `cuGraph-DGL`. Should be fairly trivial.