[CI] Re-enable select onnx_ops tests#23216
Closed
amd-eochoalo wants to merge 1 commit intoiree-org:mainfrom
Closed
[CI] Re-enable select onnx_ops tests#23216amd-eochoalo wants to merge 1 commit intoiree-org:mainfrom
amd-eochoalo wants to merge 1 commit intoiree-org:mainfrom
Conversation
kuhar
approved these changes
Jan 20, 2026
Contributor
Author
|
@kuhar thanks, I'll wait for @MaheshRavishankar input here since he wanted to go over why these tests are failing. |
MaheshRavishankar
requested changes
Jan 23, 2026
Collaborator
MaheshRavishankar
left a comment
There was a problem hiding this comment.
Could we see the input IR for these tests. Its not available on the issue. For now lets leave those out. In the tagged issue if we add the input IR Ben will be able to fix it and he can re-enable then.
Contributor
Author
|
@MaheshRavishankar can you look into the ticket? I've posted files with the full IR after every pass and a focus also on the IR after AutoInputConversionPipelinePass |
Contributor
Author
|
I'm going to close this branch as #23189 clarifies this and has already been assigned. |
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.
These unskipped tests will fail on CI. The issue is explained here: #23189 Only:
are selected for execution since they do generate dispatches and are considered bugs.
Tests:
Are not selected for execution since they are lower priority. They do not generate dispatches. These tests all started failing with #22813