-
Notifications
You must be signed in to change notification settings - Fork 34
[CI] Add a graviton3 CI to tpp-mlir #1020
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request adds a new GitHub Actions workflow that runs CI tests on an Arm Graviton3 instance.
- Adds a new workflow file to configure and run tests on a Graviton3 instance via EC2
- Sets up AWS credentials and starts an EC2 instance before triggering build and benchmark scripts
@adam-smnk, the script works 99%. The only problem is that when the tests fail, the benchmark still runs (which is good) but the test passes (which is bad). I'll change the script to fail on check. @arun-thmn, one of your tests is failing. I'm assuming it has something to do with AVX vs SVE. |
@rengolin Thanks. I will take a look into it. |
@adam-smnk this should be good to merge, we can fix the test later. |
No description provided.