feat(agentx): add DSv4 agentic cells for B200, B300, H200#1215
Draft
OCWC22 wants to merge 1 commit intoSemiAnalysisAI:chore/agentx-v0.1from
Draft
feat(agentx): add DSv4 agentic cells for B200, B300, H200#1215OCWC22 wants to merge 1 commit intoSemiAnalysisAI:chore/agentx-v0.1from
OCWC22 wants to merge 1 commit intoSemiAnalysisAI:chore/agentx-v0.1from
Conversation
PR SemiAnalysisAI#1201 currently includes DSR1 agentic cells but not DSv4 variants.\nAdd DSv4 B200/B300/H200 cells that mirror the DSR1 B200 agentic flow and reuse benchmark_lib.sh helpers from PR SemiAnalysisAI#1201.\nThis is purely additive and does not change replay methodology, metrics, or workflow behavior. Signed-off-by: William Chen <57119977+OCWC22@users.noreply.github.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.
Summary\nAdd DSv4 agentic trace-replay cells for the three target platforms:\n- benchmarks/single_node/agentic/dsv4_fp4_b200.sh\n- benchmarks/single_node/agentic/dsv4_fp4_b300.sh\n- benchmarks/single_node/agentic/dsv4_fp8_h200.sh\n\n## Approach\n- Template shape mirrors the AgentX DSR1 B200 cell from PR #1201.\n- Launch flags are adapted from the existing static DSv4 platform scripts.\n- Reuses resolve_trace_source/install_agentic_deps/build_replay_cmd/write_agentic_result_json and post-analysis helper flow from benchmark_lib.sh in PR #1201.\n\n## Scope\n- Purely additive: new files only, no edits to existing scripts.\n- No methodology changes to AgentX replay or result processing.