-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data Generators #1544
Labels
Epic
Tracker for a relatively large body of work that is broken down into stories and issues
Comments
BradReesWork
added
improvement
Improvement / enhancement to an existing function
and removed
? - Needs Triage
Need team to review and classify
labels
Apr 22, 2021
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. |
BradReesWork
added
Epic
Tracker for a relatively large body of work that is broken down into stories and issues
and removed
improvement
Improvement / enhancement to an existing function
labels
Mar 31, 2022
BradReesWork
changed the title
[FEA] Support generation of test graphs as a library feature (Python)
[FEA] Data Generators
Jul 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
The text was updated successfully, but these errors were encountered: