-
Notifications
You must be signed in to change notification settings - Fork 684
Arm backend: run on tosa_ref_model only when requested #13165
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/13165
Note: Links to docs will display an error until the docs builds have been completed. ❌ 6 New Failures, 3 Unrelated FailuresAs of commit 692ad68 with merge base 366baa6 ( NEW FAILURES - The following jobs have failed:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
BROKEN TRUNK - The following job 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. |
This pull request was exported from Phabricator. Differential Revision: D79741689 |
This PR needs a
|
This pull request was exported from Phabricator. Differential Revision: D79741689 |
40fda06
to
2d93b82
Compare
Summary: Pull Request resolved: pytorch#13165 This is needed to support running the tests on setups where we may not have tosa reference model installed. The downside is, it may pass without doing e2e validaiton, which shouldn't happen on the CI where this is installed. Differential Revision: D79741689
This pull request was exported from Phabricator. Differential Revision: D79741689 |
Summary: Pull Request resolved: pytorch#13165 This is needed to support running the tests on setups where we may not have tosa reference model installed. The downside is, it may pass without doing e2e validaiton, which shouldn't happen on the CI where this is installed. Reviewed By: kirklandsign Differential Revision: D79741689
2d93b82
to
6ca4f2c
Compare
Summary: Pull Request resolved: pytorch#13165 This is needed to support running the tests on setups where we may not have tosa reference model installed. The downside is, it may pass without doing e2e validaiton, which shouldn't happen on the CI where this is installed. Reviewed By: kirklandsign Differential Revision: D79741689
This pull request was exported from Phabricator. Differential Revision: D79741689 |
6ca4f2c
to
692ad68
Compare
Summary:
This is needed to support running the tests on setups where we may not have tosa reference model installed.
The downside is, it may pass without doing e2e validaiton, which shouldn't happen on the CI where this is installed.
Differential Revision: D79741689
cc @freddan80 @per @zingo @oscarandersson8218