Fix: Close remaining content gaps#46
Merged
Merged
Conversation
* System optimization guide: Close remaining content gaps Signed-off-by: Jan Stephan <jan.stephan@amd.com> * Fix linter issues and update wordlist Signed-off-by: Jan Stephan <jan.stephan@amd.com> --------- Signed-off-by: Jan Stephan <jan.stephan@amd.com>
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.
Motivation
This pull request updates OS and BIOS tuning documentation for AMD Instinct GPUs. The most significant changes are the addition of detailed MI100 BIOS settings, improved OS tuning steps with distribution-specific instructions, and clarifications for MI210 and MI100 platform guidance.
Technical Details
Documentation improvements:
docs/gpus/mi100.md: Adds a comprehensive section detailing recommended BIOS settings for MI100 platforms with AMD EPYC 7002-series CPUs, including tables of parameters, guidance on NBIO clocking, NPS memory configuration, and usage of AMD-IOPM-UTIL. Acceptance criteria and references are updated accordingly.docs/common/os-tuning.md: Refines OS tuning instructions by adding a note for MI300A APU users, providing distribution-specific installation commands forcpupower, and introducing a method to persist NUMA balancing settings across reboots using a cron job. IOMMU configuration guidance is clarified for large systems.docs/common/kernel-parameters.md: Rewrites GRUB configuration steps using tabbed sections for Ubuntu/Debian, RHEL/Rocky/AlmaLinux, and SLES, and clarifies the requirements fortransparent_hugepage=alwayson MI300A versus OAM platforms.docs/gpus/mi210.mdanddocs/gpus/mi100.md: Updates platform guidance to point to the correct BIOS and OS tuning sections and clarifies MI210-specific BIOS guidance.These changes collectively improve the clarity, completeness, and usability of the documentation for system administrators and users configuring AMD Instinct GPU platforms.
Test Plan
Run a successful local build of documentation
Test Result
Docs successfully built.
Submission Checklist