nx_cugraph#

nx-cugraph is a networkX backend that accelerates many popular NetworkX functions using cuGraph and NVIDIA GPUs. Users simply install and enable nx-cugraph to experience GPU speedups.

Lets look at some examples of algorithm speedups comparing CPU based NetworkX to dispatched versions run on GPU with nx_cugraph.

Ancestors BFS Tree Connected Components Descendents Katz Pagerank Single Source Shortest Path Weakly Connected Components