-
Notifications
You must be signed in to change notification settings - Fork 305
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
Conversation
… CUGRAPH_MG_TEST_PROGRAM_MAIN to set CUDA device before RMM initialization
…handle to graph_t (creates an empty graph)
…he executable name (MG_PAGERANK_TEST)
@rlratzel You may want to review this as this work is built on top of your work. |
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, 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.
@gpucibot merge |
This PR fixes FIXMEs added in #1361 to address #1136