[CI] Parity: exclude inductor.test_cpu_repro from comparison#3363
Merged
Conversation
test_cpu_repro is blocklisted on ROCm upstream, so it never runs there. The parity summary was therefore counting it as MISSED against the CUDA baseline, which is misleading. Add it to EXCLUDED_TEST_SUITES so it is dropped from the ROCm-vs-CUDA comparison.
|
Jenkins build for d16e30ed777040c3a320dd6b1d33b330f597e8e6 commit is in progress |
pablo-garay
approved these changes
Jun 23, 2026
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.
Split out of #3210 (2 of 3) for easier review.
inductor.test_cpu_reprois blocklisted on ROCm upstream, so it never runs there and would otherwise show up as falsely MISSED against the CUDA baseline (~791 phantom MISSED rows on a recent mi350 run). Add it toEXCLUDED_TEST_SUITESso it is dropped from the ROCm-vs-CUDA comparison.Verified against a real mi350 run: removes all
inductor.test_cpu_reprorows; MISSED gap drops ~1,294 -> ~503 and DEFAULT disagreement 3.03% -> 2.77% (SKIPPED unchanged).Made with Cursor