-
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
MNMG Induce Subgraph - Python #2535
Comments
This issue has been labeled |
rapids-bot bot
pushed a commit
that referenced
this issue
Apr 3, 2023
This PR adds an MG implementation of induced subgraph by leveraging the CAPI closes #2535 closes #2536 Authors: - Joseph Nke (https://github.com/jnke2016) - Alex Barghi (https://github.com/alexbarghi-nv) Approvers: - Chuck Hastings (https://github.com/ChuckHastings) - Rick Ratzel (https://github.com/rlratzel) URL: #3391
rapids-bot bot
pushed a commit
that referenced
this issue
Apr 5, 2023
closes #2437 closes #1679 closes #2535 closes #2536 closes #2537 Authors: - Joseph Nke (https://github.com/jnke2016) - Chuck Hastings (https://github.com/ChuckHastings) - Alex Barghi (https://github.com/alexbarghi-nv) - Rick Ratzel (https://github.com/rlratzel) Approvers: - Brad Rees (https://github.com/BradReesWork) - Chuck Hastings (https://github.com/ChuckHastings) - Alex Barghi (https://github.com/alexbarghi-nv) - Vibhu Jawa (https://github.com/VibhuJawa) - Rick Ratzel (https://github.com/rlratzel) - Ray Douglass (https://github.com/raydouglass) URL: #2949
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Modify the python induce subgraph calls to use the new PLC version of induce subgraph. Add MNMG support.
API definition in #2529 blocks starting this work
Implementation in #2532 blocks completing this work
The text was updated successfully, but these errors were encountered: