-
Notifications
You must be signed in to change notification settings - Fork 159
NIXLBENCH: Add CUDA 13 support #820
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
Signed-off-by: Ovidiu Mara <[email protected]>
Signed-off-by: Ovidiu Mara <[email protected]>
Signed-off-by: Ovidiu Mara <[email protected]>
Signed-off-by: Ovidiu Mara <[email protected]>
Signed-off-by: Ovidiu Mara <[email protected]>
Signed-off-by: Ovidiu Mara <[email protected]>
👋 Hi ovidiusm! Thank you for contributing to ai-dynamo/nixl. Your PR reviewers will review your contribution then trigger the CI to test your changes. 🚀 |
Signed-off-by: Ovidiu Mara <[email protected]>
/build |
Signed-off-by: Ovidiu Mara <[email protected]>
/build |
1 similar comment
/build |
aranadive
reviewed
Oct 9, 2025
Signed-off-by: Ovidiu Mara <[email protected]>
/build |
Signed-off-by: Ovidiu Mara <[email protected]>
aranadive
approved these changes
Oct 13, 2025
/build |
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?
Fix nixlbench container build with CUDA 13.0
Why?
To unblock testing CUDA 13.0 in NIXL and UCX
How?
uv run
commands. They are not needed if venv is activated; and they pull automatically packages, which we do not want since we cannot pass the nightly pytorch index (using uv venv would lead to downgrading pytorch packages)Tested:
Issues:
Failed to load plugin from /workspace/nixl/.venv/lib/python3.12/site-packages/.nixl.mesonpy.libs/plugins/libplugin_GPUNETIO.so: libcudart.so.12: cannot open shared object file: No such file or directory
Seems to be a problem in the DOCA dependency. We should look into it separately.
Tests
Build:
Nixlbench:
Plugins dependencies:
Pytorch:
Python example:
kvbench: