-
Notifications
You must be signed in to change notification settings - Fork 712
ArmBackend: Add support for Conv1D #6453
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
oscarandersson8218
commented
Oct 23, 2024
- Add Conv1dUnsqueezePass
- Extend arm-pass-utils
- Add unittests for Conv1D
- Add Conv1dUnsqueezePass - Extend arm-pass-utils - Add unittests for Conv1D Signed-off-by: Oscar Andersson <oscar.andersson@arm.com> Change-Id: Ia0734538c20526ca0856d1943c4e0a47af7a22c2
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/6453
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit 24cc1c8 with merge base 41a57e6 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
| from executorch.exir.pass_base import ExportPass, PassResult | ||
|
|
||
|
|
||
| class Conv1dUnsqueezePass(ExportPass): |
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.
can we use xnnpack's pass here somehow (and keep quant logic separate)? OK with duplication TBH if it means less complexity or cross deps
|
|
||
| # Expeted to fail as Conv1D requires transpoes which isn't supported on u55 | ||
| @parameterized.expand(testsuite_u55) | ||
| @unittest.expectedFailure |
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.
if its a static thing just skip the test?
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
Sorry I missed this |
Change-Id: Ie42ec931e5544eb26dfce565dd52c0436eba5319
Signed-off-by: Oscar Andersson <oscar.andersson@arm.com> Change-Id: Ib918e209b153488976a4e3204463d185230147c1
Signed-off-by: Oscar Andersson <oscar.andersson@arm.com> Change-Id: I71f72226a4a51631c2745bdfe46193db4ee937fd
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |