Gamma ensemble benchmarking scripts - #766
Open
eliotheinrich wants to merge 6 commits into
Open
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>
eliotheinrich
marked this pull request as ready for review
August 4, 2026 22:22
melody-ren
reviewed
Aug 4, 2026
melody-ren
left a comment
Collaborator
There was a problem hiding this comment.
Thanks @eliotheinrich ! Just my two cents
| @@ -0,0 +1,3 @@ | |||
| version https://git-lfs.github.com/spec/v1 | |||
Collaborator
There was a problem hiding this comment.
It seems like these stim files are byte identical to the original except that DETECTOR lines are removed. If that's the case, could you please use a script to download and strip the stim files with pinned SHA from the source, instead of committing them into LFS?
Collaborator
Author
There was a problem hiding this comment.
The goal was to remove the explicit external dependency for the benchmark, but I'm happy to do it this way as well. @bmhowe23 maybe you can weigh in?
Collaborator
There was a problem hiding this comment.
That's a good point I haven't thought of. Is removing external dependency something we want to achieve in general?
eliotheinrich
force-pushed
the
pr-gamma-ensemble-scripts
branch
from
August 5, 2026 14:11
d4b7f9a to
417d56b
Compare
Signed-off-by: Eliot Heinrich <eheinrich@nvidia.com>
eliotheinrich
force-pushed
the
pr-gamma-ensemble-scripts
branch
from
August 5, 2026 14:14
417d56b to
51a5bcd
Compare
Signed-off-by: Eliot Heinrich <eheinrich@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 the standalone scripts used for benchmarking the Relay BP gamma ensemble feature. The docs were introduced in #755. Closes #758.
The BB memory circuit .stim circuits are stored in the repo as LFS objects, avoiding a ~100k line diff.