-
Notifications
You must be signed in to change notification settings - Fork 313
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] ENH Added min CUDA version check to MG Louvain #1222
[REVIEW] ENH Added min CUDA version check to MG Louvain #1222
Conversation
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
…mincudaversioncheck
Codecov Report
@@ Coverage Diff @@
## branch-0.16 #1222 +/- ##
===============================================
- Coverage 56.72% 56.59% -0.14%
===============================================
Files 62 62
Lines 2549 2564 +15
===============================================
+ Hits 1446 1451 +5
- Misses 1103 1113 +10
Continue to review full report at Codecov.
|
rerun tests |
…ng investigation to 0.17
rerun tests |
1 similar comment
rerun tests |
rerun tests reason: a |
rerun tests reason: |
FYI |
Looks like test failures with CUDA 11 testing; your judgement call on how to proceed @rlratzel @BradReesWork FWIW they look notebook related |
Added a check for CUDA runtime version to be >= 10.2 to the MG Louvain API, which makes for a more user-friendly error message.