Add IMEX for 6.12 NVIDIA R570 driver - #204
Merged
Merged
Conversation
yeazelm
requested review from
arnaldo2792 and
rpkelly
and removed request for
arnaldo2792
July 11, 2025 17:20
arnaldo2792
reviewed
Jul 14, 2025
bcressey
reviewed
Jul 14, 2025
added 5 commits
July 14, 2025 18:54
The variable for matching NVIDIA's upstream naming of architecture is becoming more useful than just for Fabric Manager. This changes the variable to a more generic name that expands beyond Fabric Manager. Signed-off-by: Matthew Yeazel <yeazelm@amazon.com>
The variable for matching NVIDIA's upstream naming of architecture is becoming more useful than just for Fabric Manager. This changes the variable to a more generic name that expands beyond Fabric Manager. Signed-off-by: Matthew Yeazel <yeazelm@amazon.com>
The variable for matching NVIDIA's upstream naming of architecture is becoming more useful than just for Fabric Manager. This changes the variable to a more generic name that expands beyond Fabric Manager. Signed-off-by: Matthew Yeazel <yeazelm@amazon.com>
The variable for matching NVIDIA's upstream naming of architecture is becoming more useful than just for Fabric Manager. This changes the variable to a more generic name that expands beyond Fabric Manager. Signed-off-by: Matthew Yeazel <yeazelm@amazon.com>
The variable for matching NVIDIA's upstream naming of architecture is becoming more useful than just for Fabric Manager. This changes the variable to a more generic name that expands beyond Fabric Manager. Signed-off-by: Matthew Yeazel <yeazelm@amazon.com>
Contributor
Author
|
^ Adds in the rename for |
bcressey
approved these changes
Jul 15, 2025
This adds IMEX as a subpackage that provides support for GB200 devices which require the IMEX process to coordinate efficient communication between devices in ComputeDomains. Signed-off-by: Matthew Yeazel <yeazelm@amazon.com>
bcressey
approved these changes
Jul 17, 2025
rpkelly
approved these changes
Jul 17, 2025
arnaldo2792
approved these changes
Jul 22, 2025
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
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.
Description of changes:
This adds IMEX as a subpackage that provides support for GB200 devices which require the IMEX process to coordinate efficient communication between devices in ComputeDomains. The DRA device plugin will use these binaries when creating channels but GB200 hardware is required. This DRA DaemonSet provides its own configuration file so only the binaries are provided. We do not provide a systemd service file either because the intention is to let the DRA driver manage this.
Testing done:
Built an
aws-k8s-1.33-nvidiawith this kit and confirmed the binaries run.Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.