Uh oh!
There was an error while loading. Please reload this page.
Arm backend: Add tosa_spec info to .tosa files - #9392
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/9392
Note: Links to docs will display an error until the docs builds have been completed. ❌ 4 New FailuresAs of commit fa1e3bb with merge base 644b7dd ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
zingo
commented
Mar 19, 2025
Hi could you help us point out what error you got from this, to help us knowing how to avoid this better in the future or even better could the internal tests be ported to be runned in github also so we can get proper testing while merging? |
facebook-github-bot
commented
Mar 19, 2025
@larryliu0820 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
larryliu0820
commented
Mar 19, 2025
The original PR was failing all |
This patch renames the tosa files could you have tests that assume some filenames? |
larryliu0820
commented
Mar 19, 2025
This seems fine in terms of internal test |
zingo
commented
Mar 20, 2025
Hi @larryliu0820 does this mean we should go ahead and merge this again now? Or will you merge it to do the extended testing? |
| if artifact_path: | ||
| tag = _get_first_delegation_tag(graph_module) | ||
| et_version = version("executorch") |
There was a problem hiding this comment.
This is causing issues for internal setup, I need to take a look.
There was a problem hiding this comment.
Thanks, This was merged and reverted during your days off and we were asked to reupload the PR. We don't know what caused the problem so the PR was unchanged. One suspicion we have is if you assume and tosa file names in some way in your flow that would break as they get renamed by this patch.
There was a problem hiding this comment.
I need to take a better look at internal failures but this could be because of how packages are set up internally. Can we drop et_version for now?
There was a problem hiding this comment.
Yes, that's fine for us.
oscarandersson8218
commented
Mar 21, 2025
I messed up the rebase a bit, hence all the added reviewers in the log. Sorry about that. PR should be in a good state again though. |
digantdesai
commented
Mar 21, 2025
LGTM, stamped. Let me pull internally just to be safe (re-revert would be bad :p) - should take a couple of hours. I can merge it if you don't mind. |
facebook-github-bot
commented
Mar 21, 2025
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
zingo
commented
Mar 21, 2025
Thanks, please go ahead 🙏 |
facebook-github-bot
commented
Mar 25, 2025
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
digantdesai
commented
Mar 26, 2025
Ci failures related? Internal CI is happy. |
oscarandersson8218
commented
Mar 26, 2025
@digantdesai Don't think they are related. |
Arm backend output files will now be named as `output_tag<N>_<tosa_spec>.tosa` instead of `output_tag.tosa`. Signed-off-by: Oscar Andersson <oscar.andersson@arm.com>
Arm backend output files will now be named as
output_tag<N>_<tosa_spec>.tosainstead ofoutput_tag.tosa.cc @digantdesai@freddan80@per@zingo