-
Notifications
You must be signed in to change notification settings - Fork 304
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
Turn off cuco dependency in RAFT. Re-establish explicit cuco
and libcuxx
cmake dependencies
#2132
Turn off cuco dependency in RAFT. Re-establish explicit cuco
and libcuxx
cmake dependencies
#2132
Conversation
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #2132 +/- ##
================================================
+ Coverage 70.82% 70.86% +0.04%
================================================
Files 170 170
Lines 11036 11036
================================================
+ Hits 7816 7821 +5
+ Misses 3220 3215 -5
Continue to review full report at Codecov.
|
rerun tests |
1 similar comment
rerun tests |
rerun tests |
1 similar comment
rerun tests |
rerun tests |
rerun tests |
@BradReesWork @rlratzel @ChuckHastings I'm providing an update here- I was attempting to enable cugraph to override thrust, rmm, and cuco so they weren't locked to whatever version RAFT defines. I've since found that this breaks when explicitly excluding items like cuco in the conda packaging because the dependency is still added to the exports but is no longer "installed". I've since backed out those changes on the RAFT side so the cugraph CI should work again. In the meantime, this is not going to be a 22.04 option. |
rerun tests |
3 similar comments
rerun tests |
rerun tests |
rerun tests |
rerun tests |
2 similar comments
rerun tests |
rerun tests |
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.
One question below, which need not hold up approval now.
@gpucibot merge |
Note: This PR depends on rapidsai/raft#540 and should work once it is merged.