cugraph
cugraph copied to clipboard
Distributed Sampling in cuGraph-PyG
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 longer installs torch-cluster and torch-spline-conv in CI for testing since that results in an ImportError and neither of those packages are needed.
Requires PyG 2.5. Should be merged after #4335
Merge after #4355
Closes #4248 Closes #4249 Closes #3383 Closes #3942 Closes #3836 Closes #4202 Closes #4051 Closes #4326 Closes #4252 Partially addresses #3805