-
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
MG Implementation K-Truss #4438
MG Implementation K-Truss #4438
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Joseph, looks good overall. I just have some minor requests.
python/cugraph/cugraph/tests/community/test_k_truss_subgraph_mg.py
Outdated
Show resolved
Hide resolved
python/cugraph/cugraph/tests/community/test_k_truss_subgraph_mg.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like C/C++ changes were transient and are gone now.
Python changes LGTM also
…6_mg-python-k-truss
…6_mg-python-k-truss
cb2280c
to
486b92b
Compare
/merge |
7b81173
into
rapidsai:branch-24.08
This PR adds an MG implementation of K-Truss leveraging the C API
closes #3588