-
Notifications
You must be signed in to change notification settings - Fork 283
perf(amd): add DP-attention band to DSV4 ATOM MI355X AgentX MTP #2778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
6edb03f
perf(amd): add DP-attention band to DSV4 ATOM MI355X AgentX MTP
seungrokj 8757b3e
docs(changelog): record DSV4 ATOM MI355X AgentX DP-attention band
seungrokj ed88dfb
test(agentx): scope DSV4 MI355X ATOM sweep to dp-attn c256 for e2e
seungrokj 2cc03b1
test(agentx): raise AIPerf timeouts + realtime metrics for DSV4 ATOM …
seungrokj 4c28e5d
fix(agentx): set ATOM keep-alive to 900s for DSV4 MI355X MTP warmup
seungrokj 5c4fde0
test(agentx): restore full DSV4 MI355X ATOM sweep search space
seungrokj 20084dd
Merge branch 'main' into amd/agentx_dsv4_atom_0828
seungrokj b041df8
Merge branch 'main' into amd/agentx_dsv4_atom_0828
seungrokj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
High-conc DP warmup grace missing
Medium Severity
The new DP-attention band runs concurrency
48through256with the default1800swarmup grace. This same config previously documented that AgentX saturation at concurrency32and48needsAGENTIC_WARMUP_GRACE_PERIOD=3600so long-prefix warmup can drain, and the MI355X DSv4 SGLang sibling already applies that override atCONC >= 32. The new high-concurrency DP arms can hit warmup timeout and fail before profiling.Additional Locations (1)
configs/amd-master.yaml#L1349-L1350Reviewed by Cursor Bugbot for commit 8757b3e. Configure here.