[Power] Bulk-enable GB multinode telemetry / 批量启用 GB 多节点功耗采集 - #2687
Draft
edwingao28 wants to merge 3 commits into
Draft
[Power] Bulk-enable GB multinode telemetry / 批量启用 GB 多节点功耗采集#2687edwingao28 wants to merge 3 commits into
edwingao28 wants to merge 3 commits into
Conversation
66 tasks
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.
What changed
dcgm-poweron 59 eligible recipes: retainrequired: truefor 8 previously hardware-validated shapes and start 51 additional recipes withrequired: false.Why
The producer and dashboard paths already support GB telemetry, but most eligible recipes were not opted in. Starting new shapes as optional exposes telemetry without turning an unverified power failure into a benchmark failure.
Validation
origin/main.git diff --checkpassed.Hardware status
No GB200, GB300, B200, or B300 job was dispatched for this PR. The current validation environment is limited to H100/H200. The 51 new recipes therefore remain
required: false; hardware artifact and dashboard verification is pending on an authorized GB environment.中文说明
变更内容
dcgm-power:8 个已有真机验证的拓扑继续使用required: true,另外 51 个新增 recipe 从required: false起步。原因
producer 和 dashboard 链路已经支持 GB 功耗数据,但大部分符合条件的 recipe 尚未显式开启。新增拓扑先采用 optional 模式,可以暴露遥测数据,同时避免尚未验证的功耗失败导致基准测试失败。
验证
origin/main验证通过。git diff --check通过。硬件状态
本 PR 未派发任何 GB200、GB300、B200 或 B300 作业;当前可用验证硬件仅限 H100/H200。因此 51 个新增 recipe 保持
required: false,等待未来在获准的 GB 环境中完成产物与 dashboard 验证。