-
Notifications
You must be signed in to change notification settings - Fork 76
Add test_all_subset_models mode #2428
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 8 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
1fc325d
Add test_all_subset_models mode
kwasd 7eb6e85
Add test_all_subset_models mode
kwasd 284bf46
Update .github/workflows/e2e-performance.yml
kwasd c47a9f8
Update .github/workflows/e2e-accuracy.yml
kwasd 151e282
Merge https://github.com/intel/intel-xpu-backend-for-triton into feat…
kwasd 312d793
Merge branch 'feature/2246-e2e-accuracy-subset' of https://github.com…
kwasd 1818779
Check models
kwasd 3122341
fix whitespace
kwasd da4183b
Merge branch 'main' into feature/2246-e2e-accuracy-subset
kwasd c43be77
check-inductor-report.py
kwasd 78a156f
check-inductor-report.py
kwasd bbfd22b
check-inductor-report.py
kwasd 4a96f07
check-inductor-report.py
kwasd eea69a3
check-inductor-report.py
kwasd c749d14
check-inductor-report.py
kwasd 92f5d63
check-inductor-report.py
kwasd 4ef86fe
Merge branch 'main' into feature/2246-e2e-accuracy-subset
kwasd da66237
check-inductor-report.py
kwasd d644e75
check-inductor-report.py
kwasd 06db6d3
check-inductor-report.py
kwasd e5c6af7
check-inductor-report.py
kwasd 5192b85
check-inductor-report.py
kwasd b148c40
check-inductor-report.py
kwasd 3679715
check-inductor-report.py
kwasd 543cdd1
check-inductor-report.py
kwasd 76b3ece
check-inductor-report.py
kwasd 8794950
check-inductor-report.py
kwasd fe5f9f1
check-inductor-report.py
kwasd 0d19d9d
check-inductor-report.py
kwasd 8285df5
check-inductor-report.py
kwasd cd3dacd
check-inductor-report.py
kwasd 6dfbaee
check-inductor-report.py
kwasd 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.
This will work only for accuracy. Also for accuracy it is possible that CSV file does not exist (major failure with E2E) in this case the one liner above won't work. I think you need more sophisticated script to handle accuracy/performance and all corner cases. The idea is you need to check that every model from the subset was successfully executed.