rapidsai / cugraph

cuGraph - RAPIDS Graph Analytics Library
https://docs.rapids.ai/api/cugraph/stable/
Apache License 2.0
1.67k stars 298 forks source link

Data Generators #1544

Open ChuckHastings opened 3 years ago

ChuckHastings commented 3 years ago

Networkx supports a whole host of graph generation capabilities as part of the library that users can call when using networkx.

cuGraph has some graph generation capabilities within the testing component. These graph generation capabilities are going to be extended as we migrate things to use the pattern accelerators.

This issue is to expose the C++ features through the python layer (#1543)

ChuckHastings commented 3 years ago

Unlinked the pull request. This is issue is to develop python bindings for the effort in #1603. This needs to be done in the next release.