-
Notifications
You must be signed in to change notification settings - Fork 310
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
[REVIEW] OPG pagerank (CUDA) #947
Conversation
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
Codecov Report
@@ Coverage Diff @@
## branch-0.15 #947 +/- ##
============================================
Coverage 48.89% 48.89%
============================================
Files 58 58
Lines 1579 1579
============================================
Hits 772 772
Misses 807 807 Continue to review full report at Codecov.
|
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.
LGTM. Added some wrapper edits, opg pagerank e2e runs succesfully for basic test.
rerun tests |
1D OPG pagerank checkpoint for the CUDA part
There are still several things to do for OPG PageRank :
Close #816, progress on #485