-
Notifications
You must be signed in to change notification settings - Fork 530
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
Require UCX 1.12.1+ #4720
Require UCX 1.12.1+ #4720
Conversation
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #4720 +/- ##
===============================================
Coverage ? 88.85%
===============================================
Files ? 371
Lines ? 34655
Branches ? 0
===============================================
Hits ? 30791
Misses ? 3864
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Looks like this is working. Could someone please add labels for this? |
@@ -4,6 +4,9 @@ cmake_version: | |||
nccl_version: | |||
- ">=2.9.9" | |||
|
|||
ucx_version: | |||
- "1.12.1" |
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.
I think this should be >=1.12.1
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.
Same comment as here ( rapidsai/raft#638 (comment) ). Let's keep the discussion in that thread for now 🙂
@@ -71,6 +72,7 @@ outputs: | |||
- libraft-nn {{ minor_version }} | |||
- cudf {{ minor_version }} | |||
- nccl {{ nccl_version }} | |||
- ucx >={{ ucx_version }} |
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.
I think we should remove the >=
here
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.
Same as above.
@gpucibot merge |
xref: rapidsai/integration#471 Authors: - https://github.com/jakirkham Approvers: - Dante Gama Dessavre (https://github.com/dantegd) - William Hicks (https://github.com/wphicks) - Ray Douglass (https://github.com/raydouglass) URL: rapidsai#4720
xref: rapidsai/integration#471