cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

Investigate Migrating cugraph.gnn Subpackage

Open alexbarghi-nv opened this issue 9 months ago • 2 comments

cuGraph-PyG and cuGraph-DGL are being decoupled from cuGraph to rely on pylibcugraph instead, but we still have a cugraph.gnn subpackage within cugraph that both libraries need. We should find a better long-term home for that subpackage, especially since we are thinking of changing the release cycle of cuGraph-PyG and cuGraph-DGL and those packages are very tightly coupled with cugraph.gnn.

alexbarghi-nv avatar May 09 '24 02:05 alexbarghi-nv

This is complicated by the distributed sampler's reliance on cuDF - maybe there could be an alternative where pytorch tensors are written instead so that cuDF could be an optional dependency.

alexbarghi-nv avatar May 23 '24 19:05 alexbarghi-nv

Pushing to 24.12 for now.

alexbarghi-nv avatar Jul 15 '24 20:07 alexbarghi-nv