-
Notifications
You must be signed in to change notification settings - Fork 604
Arm backend: Update operator support for TOSA-1.0+INT+u55 #10849
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/10849
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 20 New Failures, 5 Unrelated FailuresAs of commit e25f665 with merge base a21022c ( NEW FAILURES - The following jobs have failed:
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. |
Signed-off-by: Per Åstrand <per.astrand@arm.com> Change-Id: I54cce2c9af9aebf95dbc66b93ae42c3222cb057f
Make is_U55_subset part of the base TOSA specification class as the subset is not tied to a specific specification. Using the is_U55_subset attribute the supported checks for U55 subset are updated to catch TOSA 1.0 as well. Signed-off-by: Per Åstrand <per.astrand@arm.com> Change-Id: Ieb025f907cc4e7e9856a186d8b4dba7d03cb7e96
Test fails unrelated fails on other PRs as well |
Summary
Make is_U55_subset part of the base TOSA specification class as the
subset is not tied to a specific specification. Using the
is_U55_subset attribute the supported checks for U55 subset are
updated to catch TOSA 1.0 as well.
Test plan
Tested on internal and external CI.
cc @digantdesai @freddan80 @zingo @oscarandersson8218