(WIP) perf(comm): extend fused AttnRes through M16 - #1142
Draft
panditsa wants to merge 1 commit into
Draft
Conversation
This was referenced Aug 19, 2026
Use per-token double-buffered Iris staging and readiness epochs so the fused attention all-reduce and AttnRes epilogue supports decode batches from M=1 through M=16. Signed-off-by: Sanket Pandit <sanket.pandit@amd.com>
panditsa
force-pushed
the
sanket/wip-k3-iris-attnres
branch
from
August 19, 2026 20:21
a1a0f8e to
43cd603
Compare
panditsa
force-pushed
the
sanket/wip-k3-iris-producer-direct
branch
from
August 19, 2026 20:25
60babeb to
10863f1
Compare
Contributor
|
Exact #1132 validation of #1141 + this PR + #1146 on current main (
This is a real but small E2E win: the forced round ratio moves only from 2.157x to about 2.125x, not near the 1.5x target. The full orchestration is required; #1141 standalone could not register with SMG. |
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
Performance
Isolated fused world-size-8 CUDA-graph latency at head
a1a0f8e7:Exact parent → head 4K/1K TP8/EP8 M=2, median of three, is flat: 93.98→93.95 tok/s (-0.04%) and 20.534→20.565 ms TPOT (+0.15%). This is expected at this stack boundary because the Kimi runtime still gates batched AttnRes fusion to M=1. #1146 removes that runtime gate; this PR provides and validates the batched kernel capability.
Tests
Stack