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

Update C++ MG PageRank test #1419

Merged
merged 18 commits into from
Mar 1, 2021
Merged

Conversation

seunghwak
Copy link
Contributor

@seunghwak seunghwak commented Feb 19, 2021

  • Add tests using graphs with isolated vertices
  • Add personalized PageRank tests
  • Test code refactoring
  • Create libcugraphtestutil.a

This PR fixes FIXMEs added in #1361 to address #1136

@seunghwak seunghwak requested review from a team as code owners February 19, 2021 03:00
@seunghwak
Copy link
Contributor Author

@rlratzel You may want to review this as this work is built on top of your work.

@seunghwak seunghwak added 3 - Ready for Review improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Feb 19, 2021
Copy link
Contributor

@rlratzel rlratzel left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for addressing the FIXMEs.

One thing I noticed is that one of the utilities in the previous version (create_graph_for_gpu) was removed in favor of inlining that code in the test. I was hoping we could move towards more reusable utilities for MG tests and less inlining, but your test is still easy enough to read so we can look into that in a future PR if necessary.

@BradReesWork
Copy link
Member

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 0adc558 into rapidsai:branch-0.19 Mar 1, 2021
@seunghwak seunghwak deleted the enh_mg_test branch June 24, 2021 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

4 participants