Skip to content

Arm backend: fix Torch compatibility#20671

Open
FabulousSuperDude wants to merge 1 commit into
pytorch:mainfrom
FabulousSuperDude:MLETORCH-2320_ver_compat
Open

Arm backend: fix Torch compatibility#20671
FabulousSuperDude wants to merge 1 commit into
pytorch:mainfrom
FabulousSuperDude:MLETORCH-2320_ver_compat

Conversation

@FabulousSuperDude

@FabulousSuperDude FabulousSuperDude commented Jul 1, 2026

Copy link
Copy Markdown

Summary

  • Recent pin update to Torch 2.12 no longer exposes .out overloads for quantized-decomposed operator.
  • Code for backward-compatiliby is included, but should be removed in the future when older Torch versions are no longer supported.

Test plan

Tested with Arm-internal CI

cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell @rascani

@pytorch-bot

pytorch-bot Bot commented Jul 1, 2026

Copy link
Copy Markdown

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/20671

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

❌ 11 Awaiting Approval, 1 New Failure

As of commit cadbb31 with merge base fc408f8 (image):

AWAITING APPROVAL - The following workflows need approval before CI can run:

NEW FAILURE - The following job has failed:

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

@meta-cla

meta-cla Bot commented Jul 1, 2026

Copy link
Copy Markdown

Hi @FabulousSuperDude!

Thank you for your pull request and welcome to our community.

Action Required

In 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.

Process

In 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 CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks!

@linux-foundation-easycla

linux-foundation-easycla Bot commented Jul 1, 2026

Copy link
Copy Markdown

CLA Signed
The committers listed above are authorized under a signed CLA.

  • ✅ login: FabulousSuperDude / name: Sangwon Ha (cadbb31)

@github-actions github-actions Bot added ciflow/trunk module: arm Issues related to arm backend labels Jul 1, 2026
@pytorch-bot

pytorch-bot Bot commented Jul 1, 2026

Copy link
Copy Markdown

Workflows were awaiting approval. CI has now been triggered for the ciflow labels on this PR.

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

@FabulousSuperDude FabulousSuperDude force-pushed the MLETORCH-2320_ver_compat branch from 1afab87 to 27d60a4 Compare July 1, 2026 18:48
@FabulousSuperDude

Copy link
Copy Markdown
Author

Posting PR again with arm email instead of the previous personal account.

@FabulousSuperDude FabulousSuperDude marked this pull request as ready for review July 1, 2026 18:49
- Recent pin update to Torch 2.12 no longer exposes .out overloads for
  quantized-decomposed operator.
- Code for backward-compatiliby is included, but should be removed in
  the future when older Torch versions are no longer supported.

Signed-off-by: Sangwon Ha <sangwon.ha@arm.com>
Change-Id: I9b8c76cbfdba36b0b17a772a66a785fdc920f347
@FabulousSuperDude FabulousSuperDude force-pushed the MLETORCH-2320_ver_compat branch from 27d60a4 to cadbb31 Compare July 1, 2026 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/trunk module: arm Issues related to arm backend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants