docs: stop presenting Threadripper 68+68=137 W as a correct RAPL sum - #1405
Open
Dmao233 wants to merge 1 commit into
Open
docs: stop presenting Threadripper 68+68=137 W as a correct RAPL sum#1405Dmao233 wants to merge 1 commit into
Dmao233 wants to merge 1 commit into
Conversation
rapl.md showed two Threadripper dies both reporting 68 W and CodeCarbon totaling 137 W with no warning. Those package-*-die-* domains can mirror one socket-wide counter (mlco2#1274); readers were being taught that 137 W is the right RAPL reading. Annotate the example as the known double-count, and qualify the AMD bullets that told readers to sum every package-X-die-Y domain. Refs mlco2#1392 Co-authored-by: CenFangyu <Dmao233@users.noreply.github.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.
Description
docs/explanation/rapl.mdshowed the Threadripper 1950X teaserpackage-0-die-0: 68 W | package-0-die-1: 68 W | CodeCarbon: 137 Wwith no note that those two dies can report the same socket-wide RAPL counter. That line was easy to read as confirmed-correct behaviour. It is the double-count discussed in #1274 / #1276 / #1379: one meter read twice, so the CPU RAPL value is ~68 W, not 137 W.
This PR only annotates the docs. It does not implement Linux RAPL deduplication (that remains #1276).
Changes in
docs/explanation/rapl.md:package-X-die-Ydomain.package-0(kernel-dependent).Related Issue
Fixes #1392
Related: #1274, #1276, #1379
Motivation and Context
Readers were being taught that summing two identical 68 W die readings is the right RAPL result. Whatever lands in #1276, that example should not stay unannotated.
How Has This Been Tested?
uv run --only-group doc task docs— no issues found, link check passed.Screenshots (if appropriate):
Types of changes
AI Usage Disclosure
Please refer to docs/how-to/ai-policy.md for detailed guidelines on how to disclose AI usage in your PR. Accurately completing this section is mandatory.
Checklist: