Skip to content

Conversation

@oscarandersson8218
Copy link
Collaborator

  • 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
@pytorch-bot
Copy link

pytorch-bot bot commented Oct 23, 2024

🔗 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 Failures

As of commit 24cc1c8 with merge base 41a57e6 (image):

NEW FAILURES - The following jobs have failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 23, 2024
@oscarandersson8218 oscarandersson8218 added partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm ciflow/trunk labels Oct 23, 2024
from executorch.exir.pass_base import ExportPass, PassResult


class Conv1dUnsqueezePass(ExportPass):
Copy link
Contributor

@digantdesai digantdesai Oct 25, 2024

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
Copy link
Contributor

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?

@facebook-github-bot
Copy link
Contributor

@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@digantdesai
Copy link
Contributor

Sorry I missed this

executorch/backends/arm/tosa_utils.py:322:47 Undefined attribute [16]: Item `typing.Callable` of `typing.Union[typing.Callable[..., typing.Any], str]` has no attribute `__name__`.

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
@facebook-github-bot
Copy link
Contributor

@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot facebook-github-bot merged commit 7dd981f into pytorch:main Oct 30, 2024
107 of 109 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/trunk CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants