-
Notifications
You must be signed in to change notification settings - Fork 302
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 probability params for RMAT call to match Graph500 #1952
Update probability params for RMAT call to match Graph500 #1952
Conversation
rerun tests Forward merge from 21.12 now in place, build should pass. |
rerun tests |
@rlratzel Better fix comments in https://github.com/rapidsai/cugraph/blob/branch-21.12/python/cugraph/cugraph/generators/rmat.py#L299 as well. |
…2-rmatoptionsupdate
…remove build warnings about it being missing, updated supported_archs in libcugraph_etl CMakeLists.txt to match libcugraph.
rerun tests Re-running now that style checker has been updated for latest clang-tools. |
…ists.txt file, since it is not needed for the etl library (and causes problems).
Codecov Report
@@ Coverage Diff @@
## branch-22.02 #1952 +/- ##
===============================================
Coverage ? 70.28%
===============================================
Files ? 143
Lines ? 8922
Branches ? 0
===============================================
Hits ? 6271
Misses ? 2651
Partials ? 0 Continue to review full report at Codecov.
|
@gpucibot merge |
Update probability params for RMAT call to match Graph500.
This PR also contains a necessary change to the
libcugraph_etl
CMakeLists.txt file that fixes a problem with the GPU arch detection and filtering that was causing the build to fail.