Gamma ensemble performance docs - #755
Merged
Merged
Conversation
Signed-off-by: Eliot Heinrich <eheinrich@nvidia.com>
Signed-off-by: Eliot Heinrich <eheinrich@nvidia.com>
Signed-off-by: Eliot Heinrich <eheinrich@nvidia.com>
bmhowe23
reviewed
Jul 29, 2026
bmhowe23
left a comment
Collaborator
There was a problem hiding this comment.
This is look great, @eliotheinrich. A few comments below...
melody-ren
reviewed
Jul 29, 2026
melody-ren
reviewed
Jul 29, 2026
Signed-off-by: Eliot Heinrich <eheinrich@nvidia.com>
eliotheinrich
force-pushed
the
pr-docs-gamma-ensemble
branch
from
July 29, 2026 16:33
80fb024 to
f89666a
Compare
bmhowe23
reviewed
Jul 29, 2026
bmhowe23
left a comment
Collaborator
There was a problem hiding this comment.
Thanks, Eliot. I think I just have one more minor comment.
Signed-off-by: Eliot Heinrich <eheinrich@nvidia.com>
Signed-off-by: Eliot Heinrich <eheinrich@nvidia.com>
Signed-off-by: Eliot Heinrich <eheinrich@nvidia.com>
bmhowe23
approved these changes
Jul 29, 2026
bmhowe23
left a comment
Collaborator
There was a problem hiding this comment.
Looks great! Thanks, Eliot!
melody-ren
pushed a commit
that referenced
this pull request
Jul 30, 2026
## Description This PR adds a documentation page demonstrating the performance tuning using the ensemble gamma version of Relay BP. It introduces a new .rst example, along with figures. --------- Signed-off-by: Eliot Heinrich <eheinrich@nvidia.com> (cherry picked from commit 674cb8f) Signed-off-by: Melody Ren <melodyr@nvidia.com>
melody-ren
added a commit
to melody-ren/cudaqx
that referenced
this pull request
Jul 30, 2026
- Introduce a top-level Performance Studies section: a headline-leading landing plus Eliot Heinrich's Relay BP gamma-ensemble study and figures (NVIDIA#755); the figures are tracked with git LFS. - Point the Belief Propagation Methods lists on the QEC Decoders concept and example pages at the nv-qldpc-decoder API reference instead of enumerating them. - Cross-link the study from the QEC Decoders concept page, and add a See Also (concept, example, C++/Python API) to the study page. - Reword the remaining component-page references to name the actual page or section. Signed-off-by: Melody Ren <melodyr@nvidia.com>
melody-ren
added a commit
to melody-ren/cudaqx
that referenced
this pull request
Jul 30, 2026
Integrate NVIDIA#755 (gamma-ensemble docs) and NVIDIA#753 (nv-qldpc API update), both already incorporated in our layout. Keep the restructured examples toctree and the Performance Studies home for the gamma-ensemble study, dropping the duplicate examples_rst/qec/nv_qldpc_gamma_ensemble_user_guide.rst that the merge introduced. Signed-off-by: Melody Ren <melodyr@nvidia.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
This PR adds a documentation page demonstrating the performance tuning using the ensemble gamma version of Relay BP. It introduces a new .rst example, along with figures.