-
Notifications
You must be signed in to change notification settings - Fork 742
Arm backend: Add VGF unit tests to operators (Part 1) #13032
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
Arm backend: Add VGF unit tests to operators (Part 1) #13032
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13032
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: ❌ 5 New FailuresAs of commit 58fba6a with merge base 4197fc1 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
Unrelated failures - ready to merge |
digantdesai
left a comment
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.
Just skimmed, thanks for the tests. :)
|
|
||
| @common.parametrize("test_data", Abs.test_parameters) | ||
| @common.SkipIfNoModelConverter | ||
| def test_abs_vgf_FP(test_data: input_t1): |
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 like it how we are sharing tests across TOSA, Ethos, and now VGF backends. 👍
- Included aten.abs to aten.full Change-Id: I9637dd0a244d9d9f4869bcd52582845115266081 Signed-off-by: Yufeng Shi <yufeng.shi@arm.com>
956a17b to
941f705
Compare
|
Unrelated failures - ready to merge |
- Included aten.abs to aten.full Signed-off-by: Yufeng Shi <yufeng.shi@arm.com>
Change-Id: I9637dd0a244d9d9f4869bcd52582845115266081
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218