-
Notifications
You must be signed in to change notification settings - Fork 536
Arm Backend: Fixes related to pytorch updates #9834
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
- Update to error message for unsupported types - Check file extension in test_debug_feats - Adding failures for some unsupported operators in tests
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/9834
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 2 PendingAs of commit 9e9b0ec with merge base 4987f0b ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot label ciflow/trunk |
@pytorchbot label 'partner: arm' |
@pytorchbot label "topic: not user facing" |
@@ -104,7 +104,15 @@ def test_nn_functional_MI(test_data): | |||
raise e | |||
|
|||
|
|||
@parametrize("test_data", module_tests) | |||
x_fails = { | |||
"normalize": "MLETORCH-852: Support aten.index_put.default", |
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.
MLETORCH-* - are these issues tracking ET work? if yes, would it be possible to put them under ET GH? Just for visibility. If I can access these from outside Arm that would be OK too.
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.
Hi,
Thanks for the review.
We had some discussions yesterday on the best way to do this and we will start looking into this as soon as possible.
Thanks,
Saoirse
### Summary - Update to error message for unsupported types - Check file extension in test_debug_feats - Adding expected failures for some unsupported operators in tests cc @digantdesai @freddan80 @per @zingo @oscarandersson8218
Summary
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218