cugraph
cugraph copied to clipboard
[FIX] Shuffle Inputs Globally in cuGraph-PyG
Previously, inputs were only being shuffled locally. This PR uses NCCL to shuffle inputs across workers for better accuracy. It also exposes an option to disable global shuffling if desired.
Closes rapidsai/cugraph-gnn#19