Does cuGraph support Graph Convolutional Networks (GCNs)?

,

I’d like to know whether cuGraph supports Graph Convolutional Networks (GCNs).

Yes, cuGraph support GNN, we have GPU sampling methods and cuGraph-ops also support message passing/aggregation functions as well.
We provide accelerated GNN conv layers via a separate package called pylibcugraphops (cugraph-ops). So far, we support GraphSAGE, GAT and RGCN models.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.