[codex] Preserve Arm partition tag order#19060
[codex] Preserve Arm partition tag order#19060Praneeth1636 wants to merge 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/19060
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 10 Awaiting Approval, 11 New Failures, 22 Pending, 1 Unrelated FailureAs of commit f2e5c7c with merge base c48ea12 ( AWAITING APPROVAL - The following workflows need approval before CI can run:
NEW FAILURES - The following jobs have failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
Hi @Praneeth1636! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
|
|
This PR needs a
|
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
| @@ -0,0 +1,80 @@ | |||
| # Copyright 2026 Arm Limited and/or its affiliates. | |||
There was a problem hiding this comment.
I dont think this is needed here if you are not a Arm employee. Once/if we touch the file we will add the copyright.
Summary
TOSAPartitionerinstead of materializing tags through an unordered setpartition()emittingpartition_tagsin that stable discovery orderWhy
Fixes #19045
Testing
PYTHONPATH=/tmp/executorch-test-stubs:src .venv/bin/python -m pytest --config-file=/dev/null backends/arm/test/misc/test_partitioner_tag_order.pycc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell