feat: add fluidstack-gpu DIB element for GPU qualification IPA image#11
Merged
Conversation
Collaborator
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
44d8ec6 to
b3efa25
Compare
Collaborator
Author
Merge activity
|
- Adds a new `fluidstack-gpu` DIB element that builds a dedicated Ubuntu Noble 24.04 IPA ramdisk for GPU qualification workloads - The image bundles NVIDIA driver 570 + CUDA 12.8 + NCCL (all from the NVIDIA CUDA apt repo at consistent versions) and pre-compiled `nccl-tests` binaries at `/usr/local/bin/nccl-tests/` - Adds a `gpu-noble` matrix entry to the CI workflow, producing `ipa-ubuntu-noble-gpu-<branch>-fs` in parallel with the existing fish and ironwood builds - `cuda-drivers-570` — full driver stack (kernel modules, `nvidia-smi`, compute libs) from NVIDIA repo - `libnccl2` + `cuda-cudart-12-8` — NCCL and CUDA runtime - `nccl-tests` `*_perf` binaries compiled at build time against the installed toolkit; dev packages stripped afterwards to keep image size down - `nvidia`, `nvidia_uvm`, `nvidia_drm` loaded at boot via `modules-load.d`
b3efa25 to
ee1132f
Compare
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.

Adds a new
fluidstack-gpuDIB element that builds a dedicated Ubuntu Noble 24.04 IPA ramdisk for GPU qualification workloadsThe image bundles NVIDIA driver 570 + CUDA 12.8 + NCCL (all from the NVIDIA CUDA apt repo at consistent versions) and pre-compiled
nccl-testsbinaries at/usr/local/bin/nccl-tests/Adds a
gpu-noblematrix entry to the CI workflow, producingipa-ubuntu-noble-gpu-<branch>-fsin parallel with the existing fish and ironwood buildscuda-drivers-570— full driver stack (kernel modules,nvidia-smi, compute libs) from NVIDIA repolibnccl2+cuda-cudart-12-8— NCCL and CUDA runtimenccl-tests*_perfbinaries compiled at build time against the installed toolkit; dev packages stripped afterwards to keep image size downnvidia,nvidia_uvm,nvidia_drmloaded at boot viamodules-load.d