Skip to content

Arm backend: Add bounded U55 unfold_copy support - #22412

Merged
perheld merged 1 commit into
pytorch:mainfrom
perheld:change-1321555
Sep 2, 2026
Merged

Arm backend: Add bounded U55 unfold_copy support#22412
perheld merged 1 commit into
pytorch:mainfrom
perheld:change-1321555

Conversation

@perheld

@perheld perheld commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

Lower static unfold_copy operations with at most 16 windows to slices, transposes, and concatenation. Keep BOOL, larger, and symbolic cases on portable fallback.

Authored with Codex.

Change-Id: Ie17547fe3c0c09207ae2442d601ea41c2c870516

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

@perheld
perheld requested a review from digantdesai as a code owner September 1, 2026 15:45
@perheld perheld added partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm ciflow/trunk release notes: arm Changes to the ARM backend delegate labels Sep 1, 2026
@pytorch-bot

pytorch-bot Bot commented Sep 1, 2026

Copy link
Copy Markdown

🔗 Helpful Links

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

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

⏳ No Failures, 1 Pending

As of commit f53f91c with merge base 834a4fb (image):
💚 Looks good so far! There are no failures yet. 💚

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

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 1, 2026
@github-actions github-actions Bot added the module: arm Issues related to arm backend label Sep 1, 2026
Lower static unfold_copy operations with at most 16 windows to slices,
transposes, and concatenation. Keep BOOL, larger, and symbolic cases on
portable fallback.

Authored with Codex.

Signed-off-by: Per Held <per.held@arm.com>
Change-Id: Ie17547fe3c0c09207ae2442d601ea41c2c870516
@perheld
perheld merged commit 8c21609 into pytorch:main Sep 2, 2026
508 of 511 checks passed
@perheld
perheld deleted the change-1321555 branch September 2, 2026 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/trunk CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. module: arm Issues related to arm backend partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm release notes: arm Changes to the ARM backend delegate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants