[BugFix] Deduplicate replicated reducer updates (#2881)
* [BugFix] Guard replicated reducer updates Use only the canonical T.Parallel replica when updating fully replicated reducer buffers, preventing over-counting across differently replicated fragment layouts. Add short-extent and mixed-extent numerical regressions. * [Refactor] Use ordered reducer buffer lookup Keep the small reducer buffer collection as an ffi::Array and perform identity membership checks with Buffer::same_as, avoiding unordered STL in loop partitioning. * [Refactor] Clarify replicated reducer guard naming * [Docs] Mark reducer partition hook as temporary --------- Co-authored-by: LeiWang1999 <leiwang1999@outlook.com>
K
KellyFrog committed
4e1820c938de1ec36d7d38b4512012d386e5bdb0
Parent: 9fedd93
Committed by GitHub <noreply@github.com>
on 8/6/2026, 7:44:46 AM