[CI][Examples] Enable testing of examples through lit#22
Merged
Conversation
e01b506 to
af53648
Compare
rengolin
reviewed
Nov 19, 2025
Member
|
@banach-space do you know what's wrong with the Arm build? Do we have torch-mlir packages already being built after your PR? |
Contributor
Author
|
The issue is with the specified version of torch-mlir. For lighthouse's current version of torch-mlir, i.e. the one that is currently used in the Github actions, there's no ARM version. And for all released ARM versions of the torch-mlir python package there is no x86 version (due to a hiccup on the torch-mlir-release repo). Hopefully tomorrow there will be a torch-mlir nightly package for both ARM and x86. 🤞 |
rengolin
reviewed
Nov 19, 2025
Adds lit as a test dependency via pyproject.toml. Adds FileCheck as an external dependency -- for CI we use Ubuntu's llvm-dev package.
af53648 to
dd25255
Compare
Contributor
Author
|
With #26 merged, CI is now working on x86 and ARM -- see the checks on this PR! 🥳 |
rengolin
approved these changes
Nov 23, 2025
Member
|
Can you update the workflow to only test |
adam-smnk
reviewed
Nov 24, 2025
adam-smnk
approved these changes
Nov 24, 2025
Closed
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.
Adds lit as a test dependency via pyproject.toml. Adds FileCheck as an external dependency -- for CI we use Ubuntu's llvm-dev package. Makes CI run for both x86_64 and AArch64.