[Perf][gfx1250] Add combined benchmark driver - #5454
Draft
JiaoliangYu wants to merge 7 commits into
Draft
JiaoliangYu wants to merge 7 commits into
JiaoliangYu wants to merge 7 commits into
Conversation
Contributor
🏷️ CI GuideRuns automatically on every PR:
Extended tests (opt-in via labels):
PR title tags & labels: |
JiaoliangYu
force-pushed
the
gfx1250/bench-combo
branch
6 times, most recently
from
September 12, 2026 02:34
0192e0a to
13c8b41
Compare
JiaoliangYu
force-pushed
the
gfx1250/bench-combo
branch
from
September 12, 2026 03:07
13c8b41 to
ecacc58
Compare
Signed-off-by: JiaoliangYu <jiaolyu@amd.com>
…0/bench-combo Signed-off-by: JiaoliangYu <jiaolyu@amd.com>
Signed-off-by: JiaoliangYu <jiaolyu@amd.com>
JiaoliangYu
force-pushed
the
gfx1250/bench-combo
branch
from
September 12, 2026 09:18
b46126c to
7fc6974
Compare
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.
The gfx1250 microbench coverage is spread across several operator test entry points, which makes full performance and DeepSeek-V4 sweeps cumbersome to run and compare. This adds a single combo driver with curated operator sets, shared shape and initialization controls, optional SMI telemetry, kernel summaries, and keep-going failure reporting.
The driver uses the original structured transport: child UTs emit record-oriented JSON, the combo validates and forwards those records, and captured compiler, profiler, NUMA, and logger output is not treated as benchmark data.
This draft depends on the test layout, JSON summary helper, and
aiter.smi_monitorsupport from #5391. It is intentionally kept as one file in one commit so the driver can be cherry-picked directly where needed.Validation:
ruff check --no-cache op_tests/bench_gfx1250_combo.pyblack --check op_tests/bench_gfx1250_combo.pypython3 -m py_compile op_tests/bench_gfx1250_combo.py