Use yaml as the single source of truth for gpu_roce parameters - #789
Open
melody-ren wants to merge 9 commits into
Open
Use yaml as the single source of truth for gpu_roce parameters#789melody-ren wants to merge 9 commits into
melody-ren wants to merge 9 commits into
Conversation
Signed-off-by: Melody Ren <melodyr@nvidia.com>
Signed-off-by: Melody Ren <melodyr@nvidia.com>
Signed-off-by: Melody Ren <melodyr@nvidia.com>
Signed-off-by: Melody Ren <melodyr@nvidia.com>
Signed-off-by: Melody Ren <melodyr@nvidia.com>
Signed-off-by: Melody Ren <melodyr@nvidia.com>
Signed-off-by: Melody Ren <melodyr@nvidia.com>
Signed-off-by: Melody Ren <melodyr@nvidia.com>
Signed-off-by: Melody Ren <melodyr@nvidia.com>
melody-ren
marked this pull request as ready for review
August 15, 2026 05:33
Collaborator
Author
|
Verified on GB200 using Chuck's handy CI script |
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.
Summary
Make YAML the single source of truth for GPU RoCE and HSB/FPGA transport configuration.
Previously, the same settings could reach the decoding server through YAML, command-line arguments, or
QEC_DEVICE_GRAPH_*environment variables. This created ambiguous precedence and made the effective runtime configuration difficult to reproduce.What changed
gpu_rocedispatch paths;device_graphdispatch paths.--gpu;decoder.cuda_device_idis now authoritative.Host-only, non-GPU-RoCE configurations retain the existing CLI fallback when no provider is specified in YAML.
Testing
Local container verification:
DecoderYAMLTest.RejectsParserErrorsDecoderYAMLTest.AcceptsBlockStyleSparseMatricesDecoderYAMLTest.TransportSectionAndMixedDispatchgit diff --check.GB200 hardware verification using the private NV-QLDPC plugin and proprietary cudevice archive:
extra/hsb-fpga-server/gpu_roce— PASSextra/gpu-roce-qldpc-bridge— PASSexamples/fpga/device-graph/nv-qldpc-decoder— PASS