Overview of cuGraph
maincuGraph is a collection of GPU-accelerated graph analytics packages. It enables the creation and manipulation of graphs followed by the execution of scalable, fast graph algorithms.
At the Python layer, cuGraph operates on cuDF GPU DataFrames, allowing seamless data transfer between ETL tasks (cuDF) and machine learning tasks (cuML). The API is designed to be familiar to users of Pandas and NetworkX, supporting data in formats like Pandas DataFrames and NetworkX Graph Objects to minimize porting effort.