Skip to content

Update C++ MG PageRank test#1419

Merged
rapids-bot[bot] merged 18 commits intorapidsai:branch-0.19from
seunghwak:enh_mg_test
Mar 1, 2021
Merged

Update C++ MG PageRank test#1419
rapids-bot[bot] merged 18 commits intorapidsai:branch-0.19from
seunghwak:enh_mg_test

Conversation

@seunghwak
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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