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 and SG PageRank, Katz Centrality, BFS, and SSSP to use the new R-mat graph generator #1438

Merged
merged 6 commits into from
Mar 5, 2021

Conversation

seunghwak
Copy link
Contributor

@seunghwak seunghwak commented Mar 4, 2021

  • Refactor cuGraph C++ test library
  • Add a utility function to create a graph object from the R-mat generator
  • Update C++ MG PageRank and SG PageRank, Katz Centrality, BFS, and SSSP tests to use the new R-mat graph generator

This partially addresses #1382 and is a per-requsite for graph primitives performance optimization.

@seunghwak seunghwak requested review from a team as code owners March 4, 2021 15:23
@seunghwak seunghwak added 3 - Ready for Review improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Mar 4, 2021
@codecov-io
Copy link

codecov-io commented Mar 4, 2021

Codecov Report

Merging #1438 (1e25a4d) into branch-0.19 (369beee) will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           branch-0.19    #1438      +/-   ##
===============================================
+ Coverage        60.72%   60.78%   +0.05%     
===============================================
  Files               70       70              
  Lines             3132     3134       +2     
===============================================
+ Hits              1902     1905       +3     
+ Misses            1230     1229       -1     
Impacted Files Coverage Δ
python/cugraph/_version.py 44.80% <0.00%> (+0.39%) ⬆️
python/cugraph/utilities/utils.py 72.44% <0.00%> (+0.78%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c1047ed...1e25a4d. Read the comment docs.

@BradReesWork BradReesWork added this to the 0.19 milestone Mar 4, 2021
@BradReesWork
Copy link
Member

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 85012ca into rapidsai:branch-0.19 Mar 5, 2021
@seunghwak seunghwak deleted the enh_rmat_utils branch March 5, 2021 15:06
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.

5 participants