-
Notifications
You must be signed in to change notification settings - Fork 487
AZP/RELEASE: Add CUDA 13 support #10788
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/azp run perf |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run perf |
Azure Pipelines successfully started running 1 pipeline(s). |
iyastreb
previously approved these changes
Aug 13, 2025
/azp run perf |
Commenter does not have sufficient privileges for PR 10788 in repo openucx/ucx |
/azp run perf |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run UCX PR |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp help |
Supported commands
See additional documentation. |
/azp run perf |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run perf |
Azure Pipelines successfully started running 1 pipeline(s). |
dpressle
requested changes
Aug 20, 2025
/azp run UCX PR |
Azure Pipelines successfully started running 1 pipeline(s). |
652f7d0
to
7edf8a1
Compare
/azp run perf |
Azure Pipelines successfully started running 1 pipeline(s). |
027c756
to
90e960f
Compare
90e960f
to
e9c1ce4
Compare
Signed-off-by: Michael Braverman <[email protected]>
Signed-off-by: Michael Braverman <[email protected]>
Signed-off-by: Michael Braverman <[email protected]>
Signed-off-by: Alexey Rivkin <[email protected]>
Signed-off-by: Alexey Rivkin <[email protected]>
This reverts commit 3b2cc8c.
The patch created by Ilia Yastrebov Signed-off-by: Alexey Rivkin <[email protected]>
e9c1ce4
to
c290317
Compare
Why: try_load_cuda_env now sets have_cuda=/usr/local/cuda if local CUDA is found load_cuda_env previously required have_cuda=="yes", causing false failures Fail only when have_cuda=="no", preserving existing module-load behavior and fixing test with local CUDA Signed-off-by: Alexey Rivkin <[email protected]>
Alexey-Rivkin
added a commit
to Alexey-Rivkin/ucx
that referenced
this pull request
Sep 16, 2025
(ported from PR openucx#10788) Signed-off-by: Alexey Rivkin <[email protected]>
yosefe
reviewed
Sep 17, 2025
Signed-off-by: Alexey Rivkin <[email protected]>
Alexey-Rivkin
added a commit
to Alexey-Rivkin/ucx
that referenced
this pull request
Sep 17, 2025
(ported from PR openucx#10788) Signed-off-by: Alexey Rivkin <[email protected]>
yosefe
approved these changes
Sep 17, 2025
dpressle
approved these changes
Sep 17, 2025
Alexey-Rivkin
added a commit
to Alexey-Rivkin/ucx
that referenced
this pull request
Sep 17, 2025
(ported from PR openucx#10788) Signed-off-by: Alexey Rivkin <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What?
Add CUDA 13 support across build/CI/tests.
Skip CUDA gtests when CUDA memory type is unsupported (patch by @iyastreb).
Why?
Issue #10787
How?