-
Notifications
You must be signed in to change notification settings - Fork 613
Arm backend: Add OOTB tests #12392
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?
Arm backend: Add OOTB tests #12392
Conversation
Signed-off-by: Tom Allsop <[email protected]> Change-Id: I6e3ce0a04c951a93039cf4154117f910c67f2bea
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12392
Note: Links to docs will display an error until the docs builds have been completed. ❌ 3 New Failures, 1 Cancelled Job, 6 Unrelated FailuresAs of commit 05ada50 with merge base a0618c8 ( NEW FAILURES - The following jobs have failed:
CANCELLED JOB - The following job was cancelled. Please retry:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
||
run_ootb_tests_ethos_u() { | ||
echo "$FUNCNAME: Running out-of-the-box tests for Arm Ethos-U" | ||
jupyter nbconvert \ |
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.
Nice!
# Run OOTB tests | ||
backends/arm/test/test_arm_ootb.sh | ||
|
||
test-arm-ootb-macos: |
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.
What's the value add for macos tests?
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.
The value add here is this should ensure that the OOTB experience for the Arm backend does not regress/break on Mac OS. At the moment, there is no testing for this, so this should cover that gap
Change-Id: I12b3b18276af328c32ee294d13c698942eee543c
Signed-off-by: Tom Allsop [email protected]
Change-Id: I6e3ce0a04c951a93039cf4154117f910c67f2bea
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218