Arm backend: Add 6D tensor and pixel shuffle/unshuffle support#14854
Arm backend: Add 6D tensor and pixel shuffle/unshuffle support#14854pytorchbot wants to merge 2 commits intorelease/1.0from
Conversation
Adds 6D tensor support required by pixel_shuffle/pixel_unshuffle when given 4D inputs, which means for now we only support 4D inputs. Adds TOSA, VGF and xfailing Ethos-U85 unit tests. cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 (cherry picked from commit 6e7353f)
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14854
Note: Links to docs will display an error until the docs builds have been completed. ❌ 4 New Failures, 2 Cancelled Jobs, 4 Unrelated FailuresAs of commit 0300e22 with merge base e0dda90 ( NEW FAILURES - The following jobs have failed:
CANCELLED JOBS - The following jobs were cancelled. Please retry:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@digantdesai It looks like there are some issues with the cherry-pick. Can you help fix the PR? It will likely need a maintainer to push changes to the PR branch, so I don't think the ARM engineers can do it. Thanks. |
If we for some reason can't get it into 1.0 branch, I think that is ok. It is nice to have but not absolutely needed. |
seems like mypy? let me try..rebasing first. |
|
Drop this? |
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
|
As 1.0 in closed and 1.1 i out lets close this |
Adds 6D tensor support required by pixel_shuffle/pixel_unshuffle when given 4D inputs, which means for now we only support 4D inputs. Adds TOSA, VGF and xfailing Ethos-U85 unit tests.
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218