-
Notifications
You must be signed in to change notification settings - Fork 519
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
Add new ECS variants #2286
Add new ECS variants #2286
Conversation
This adds the sources to compile the 515 NVIDIA driver for the 5.15 kernel. This version only supports the GPU architectures Maxwell, Pascal, Volta, Turing, Ampere, and forward. The driver will use the GPU System Processor (GSP) feature if the underlying hardware supports it by loading the binary file `/lib/firmware/nvidia/<version>/gsp.bin`. Signed-off-by: Arnaldo Garcia Rincon <[email protected]>
Signed-off-by: Arnaldo Garcia Rincon <[email protected]>
Signed-off-by: Arnaldo Garcia Rincon <[email protected]>
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.
👍
* 470.X | ||
* 515.X |
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.
Would it be helpful to add the corresponding Bottlerocket versions alongside the NVIDIA driver numbers?
e.g.
470.X: Bottlerocket v0.X - v0.Y
515.X: Bottlerocket v0.A - v0.B
* 515.X | ||
|
||
The official AMIs for these variants can be used with EC2 GPU-equipped instance types such as: `p2`, `p3`, `p4`, `g3`, `g4dn`, `g5` and `g5g`. | ||
Some of these instance types are built with hardware that is no longer supported by the 515.X NVIDIA driver. |
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 might rephrase this as:
Some of these instance types are built with hardware that is no longer supported by the 515.X NVIDIA driver. | |
Note that older instance types, such as 'p2', are not supported by NVIDIA driver 515.X and above. |
"aws-ecs-1", | ||
"aws-ecs-1.1", | ||
"aws-ecs-1-nvidia", | ||
"aws-ecs-1.1-nvidia", |
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.
nit. While neither this, nor the above, is quite alphabetical, this might be more consistent with the rest:
"aws-ecs-1", | |
"aws-ecs-1.1", | |
"aws-ecs-1-nvidia", | |
"aws-ecs-1.1-nvidia", | |
"aws-ecs-1", | |
"aws-ecs-1-nvidia", | |
"aws-ecs-1.1", | |
"aws-ecs-1.1-nvidia", |
Same goes for the README.md.
I'm closing this since we are still working on our tooling to improve the release process for ECS variants. |
Issue number:
Closes #2164
Description of changes:
Testing done:
p2
instances since those are no longer supported for in this driver: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.