rapidsai / cugraph

cuGraph - RAPIDS Graph Analytics Library
https://docs.rapids.ai/api/cugraph/stable/
Apache License 2.0
1.77k stars 304 forks source link

[FEA] Overhaul cuGraph-DGL Loaders #4250

Closed alexbarghi-nv closed 3 months ago

alexbarghi-nv commented 8 months ago

The current cuGraph-DGL loaders are unnecessarily complicated. The interface should be simplified to make user adoption easier.

alexbarghi-nv commented 3 months ago

Arguably resolved by the new non-dask API.