Update mlir-air and mlir-aie to latest released wheels#39
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the pinned mlir-air and mlir-aie wheel identifiers used by the project’s install/build tooling (e.g., setup.py and utils/env_setup.sh) to newer released wheel builds.
Changes:
- Bump
mlir-aircommit/timestamp pin toe8c63ed/2026040805. - Bump
mlir-aiecommit/timestamp pin to5b5376b/2026040821.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| utils/mlir-air-hash.txt | Updates the pinned mlir-air commit and timestamp used for dependency version construction. |
| utils/mlir-aie-hash.txt | Updates the pinned mlir-aie commit and timestamp used for dependency version construction. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mlir-air: 617981c @ 2026040706 -> e8c63ed @ 2026040805 mlir-aie: e368f3e @ 2026040704 -> 5b5376b @ 2026040821 Also fixes incorrect mlir-air timestamp (2026040706 had no published wheel; the correct timestamp for commit 617981c was 2026040705). Tested: clean build + 12/12 NPU1 (aie2) e2e tests pass. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
617981ctoe8c63ed(2026-04-08)e368f3eto5b5376b(2026-04-08)2026040706had no published wheel; correct timestamp for that commit was2026040705)Test plan
rm -rf third_party/triton/build && ninja -Cbuild)python scripts/run_tests.py --device aie2)weighted_rms_norm(mlir-air pipeline error, unchanged between versions)🤖 Generated with Claude Code