Make generic gather replay incremental - #242
Merged
shinaoka merged 8 commits intoAug 24, 2026
Merged
Conversation
This was referenced Aug 24, 2026
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
Fixes #237
Refs #213
Performance
AMD EPYC 7713P, release Criterion threshold profile, topology/load-gated 1T/4T runs. At
N = 262,144:All 40 generic cases improved with
p < 0.05; all predeclared gates passed. The full 48-case baseline and candidate tables, CIs, affinity/noise gates, and CCD control-shift disclosure are in the worklog.Work log and review gates
docs/worklogs/2026-08-24-issue-237-generic-gather.mdreviewer-flashCorrect-to-merge at9dfdf05d95a3871be7ef6208b62e1aafb7be09e35346a5262e105bVerification
cargo check -p strided-kerneldefault + parallel: passcargo fmt --all -- --check: passcargo test --workspace: 904 passed, 9 ignoredcargo doc --workspace --no-deps: passgather_plan.rscoverage: 82.95% (repository threshold 80%)The local all-workspace coverage report also identified three pre-existing unmodified files below their configured thresholds; this PR does not alter them. Hosted CI remains authoritative for the exact coverage gate.