executorch icon indicating copy to clipboard operation
executorch copied to clipboard

Arm backend: test without output re-order workaround

Open mansnils opened this issue 4 weeks ago • 4 comments

By default outputs are re-ordered to correct order during TOSA lowering. However this is seen as a workaround as it should not be needed. Furthermore the output issue is not easily reproduced, rather it seems to happen randomly. Therefore we add a test case without the workaround, which is currently passing. In case it won't pass without the workaround at some point, the new changes might give some hints on why the workaround is needed and how to fix it. In case it continues to pass, we may switch the default and potentially even remove the workaround.

cc @freddan80 @per @zingo @oscarandersson8218 @digantdesai

mansnils avatar Nov 14 '25 13:11 mansnils

:link: Helpful Links

:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15826

Note: Links to docs will display an error until the docs builds have been completed.

:white_check_mark: You can merge normally! (4 Unrelated Failures)

As of commit fe878a47a4cf24b4227ba7fad03171820f9d9556 with merge base 3374ff8900add1997506c6af0c38be4c53968a75 (image):

BROKEN TRUNK - The following jobs failed but were present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

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

pytorch-bot[bot] avatar Nov 14 '25 13:11 pytorch-bot[bot]

Timeout problem trunk / test-arm-backend (test_pytest_ops_ethosu_fvp) / linux-job (push)Cancelled after 121m

zingo avatar Nov 15 '25 12:11 zingo

Seem to be happening after https://github.com/pytorch/executorch/pull/14109 was merged, trying to revert that PR

zingo avatar Nov 15 '25 14:11 zingo

See comment for more context of workaround: https://github.com/pytorch/executorch/pull/13454#discussion_r2288743796

mansnils avatar Nov 20 '25 09:11 mansnils