-
Notifications
You must be signed in to change notification settings - Fork 536
Arm backend: Added 8 new unit tests for testing various passes. #9037
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/9037
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 Cancelled JobAs of commit a01db21 with merge base a073668 ( CANCELLED JOB - The following job was cancelled. Please retry:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
To add the ciflow label This helps ensure we don't trigger CI on this PR until it is actually authorized to do so. Please ping one of the reviewers if you do not have access to approve and run workflows. |
To add the ciflow label This helps ensure we don't trigger CI on this PR until it is actually authorized to do so. Please ping one of the reviewers if you do not have access to approve and run workflows. |
To add the ciflow label This helps ensure we don't trigger CI on this PR until it is actually authorized to do so. Please ping one of the reviewers if you do not have access to approve and run workflows. |
There seems to be a lint runner issue showing unrelated to the Arm unit tests created in this PR. |
@digantdesai, @kirklandsign can you take a look please? |
To add the ciflow label This helps ensure we don't trigger CI on this PR until it is actually authorized to do so. Please ping one of the reviewers if you do not have access to approve and run workflows. |
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.
I guess TOSA version shouldn't matter since most are just checking the decomp tables, right?
Refactored tests cases to use TestPassPipeline instead of ArmTester (Removed all rights reserved) Signed-off-by: Michiel Olieslagers <[email protected]> Change-Id: Ib5e9051dc6299a499423bfc73f1c74d3e4a1225f
Change-Id: If6bf02bcf5aec4da3d2c92bc51f8efd1337647a6
MacOS Fails is unrelated! |
…rch#9037) Refactored tests cases to use TestPassPipeline instead of ArmTester. Signed-off-by: Michiel Olieslagers <[email protected]>
Refactored tests cases to use TestPassPipeline instead of ArmTester.
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218