cugraph
cugraph copied to clipboard
cuGraph - RAPIDS Graph Analytics Library
Unlike cuGraph-DGL, cuGraph-PyG currently lacks support for using the native PyG interface for feature management. Instead, users have to construct and pass a cuGraph `FeatureStore` object, which exposes implementation details...
Currently, the bulk sampler naively divides output batches across _N_ files based on the `batches_per_partition` parameter. But this nearly always results in uneven batch distribution, which is theoretically acceptable, but...
Currently, we use Dask to manage MNMG processing throughout RAPIDS/cuGraph, but this causes some issues when integrating with PyTorch DDP workflows. The biggest issue is that RMM pools can't be...
This PR will update all the remaining primitives to support edge masking. This PR pulls updates from https://github.com/rapidsai/cugraph/pull/4126 and better be reviewed/merged after PR https://github.com/rapidsai/cugraph/pull/4126.
### 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 Critical (currently preventing...
### 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 Critical (currently preventing...
### 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...
The local `copyright.py` script is bug-prone. Replace it with a more robust centralized script from `pre-commit-hooks`.
### Version 24.04 ### Which installation method(s) does this occur on? Source ### Describe the bug. This bug was discovered while looking at the failing test: `test_degree_centrality_mg.py`. This test compares...