[AIROCMLIR-217] Replace MITuna with tuningRunner in CI#2310
Open
mirza-halilcevic wants to merge 41 commits intodevelopfrom
Open
[AIROCMLIR-217] Replace MITuna with tuningRunner in CI#2310mirza-halilcevic wants to merge 41 commits intodevelopfrom
mirza-halilcevic wants to merge 41 commits intodevelopfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #2310 +/- ##
===========================================
- Coverage 79.50% 79.19% -0.32%
===========================================
Files 100 123 +23
Lines 31016 40444 +9428
Branches 4819 6638 +1819
===========================================
+ Hits 24659 32026 +7367
- Misses 4245 5594 +1349
- Partials 2112 2824 +712
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
dorde-antic
approved these changes
Mar 25, 2026
dorde-antic
reviewed
Mar 25, 2026
Contributor
dorde-antic
left a comment
There was a problem hiding this comment.
It passed Tune selected MLIR configs… using the tuningRunner (and not the tuna script), but I would still recommend running this in a custom weekly job (tuning-only) before merging
umangyadav
reviewed
Mar 26, 2026
umangyadav
reviewed
Mar 26, 2026
2 tasks
dhernandez0
reviewed
Apr 7, 2026
umangyadav
approved these changes
May 2, 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.
Motivation
tuningRunner.py is now more stable and useful, in addition to offering multi-gpu support, and it should replace MITuna in the CI.
Technical Details
Test Plan
CI passes.
Test Result
Submission Checklist