-
Notifications
You must be signed in to change notification settings - Fork 7
[CI][Examples] Enable testing of examples through lit #22
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
base: main
Are you sure you want to change the base?
Conversation
e01b506 to
af53648
Compare
|
@banach-space do you know what's wrong with the Arm build? Do we have torch-mlir packages already being built after your PR? |
|
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. 🤞 |
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
|
With #26 merged, CI is now working on x86 and ARM -- see the checks on this PR! 🥳 |
|
Can you update the workflow to only test |
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.