Skip to content
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

Add MTMG support for Similarity and test for all-pairs Jaccard #4411

Merged
merged 4 commits into from
May 15, 2024

Conversation

ChuckHastings
Copy link
Collaborator

@ChuckHastings ChuckHastings commented May 10, 2024

Added to the MTMG library support for results that contain a vertex pair and a result. This will allow for support for all of the similarity algorithms.

Added an MTMG test that demonstrates how to call all-pairs Jaccard.

Also cleaned up the cmake files to better find ucx/ucs/ucp.

Closes https://github.com/rapidsai/graph_dl/issues/331

Added vertex_pair_result to handle algorithms that return a vertex_pair and a result, like Jaccard, et. al.
Some test updates didn't get replicated into mtmg test code, made those
changes
Still have debugging in these files since I'm not done debugging
@ChuckHastings ChuckHastings self-assigned this May 10, 2024
@ChuckHastings ChuckHastings added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change and removed cuGraph CMake labels May 10, 2024
@ChuckHastings ChuckHastings added this to the 24.06 milestone May 10, 2024
@ChuckHastings ChuckHastings marked this pull request as ready for review May 13, 2024 19:30
@ChuckHastings ChuckHastings requested review from a team as code owners May 13, 2024 19:30
Copy link
Contributor

@seunghwak seunghwak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ChuckHastings
Copy link
Collaborator Author

/merge

@rapids-bot rapids-bot bot merged commit 198fc79 into rapidsai:branch-24.06 May 15, 2024
131 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake cuGraph improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants