0

So I load a dot file graph using NetworkX. I want to perform operations on GPU on top of it in cuGraph. How to convert NetworkX graph into cuGraph?

DuckQueen
  • 772
  • 10
  • 62
  • 134

1 Answers1

3

You can call networkx graph objects directly into cugraph. This medium post covers it: https://medium.com/rapids-ai/rapids-cugraph-networkx-compatibility-d119e417557c

Taurean
  • 31
  • 1