WholeGraph#
WholeGraph provides distributed memory, tensor, embedding, and graph operations for large-scale GNN workflows. It is maintained in the cuGraph-GNN repository and is split into two packages:
pylibwholegraphis the Python and PyTorch-facing library.libwholegraphis the native C/CUDA implementation.
cuGraph-PyG can use WholeGraph to store features and graph structures across multiple GPUs and nodes.