-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add arm64 builder #999
Comments
https://github.com/plaidml/tpp-mlir/actions/runs/12691058703/job/35373272875
Some errors I found:
|
Interesting failures considering benchmarks run fine. It could indicate some tests are iffy(?) |
Looks like the main culprit is different VNNI blocking factor. |
Adding a new ARM64 builder brings non-trivial changes:
check_llvm.sh
needs to know about both x86 and arm64 LLVM versions(add more stuff here)
We may need to simplify execution, for example:
see https://github.com/plaidml/tpp-mlir/tree/arm64
The text was updated successfully, but these errors were encountered: