Skip to content

[Executorch] make slice_copy parallel#16125

Merged
kirklandsign merged 1 commit intomainfrom
gh/kimishpatel/214/orig
Dec 8, 2025
Merged

[Executorch] make slice_copy parallel#16125
kirklandsign merged 1 commit intomainfrom
gh/kimishpatel/214/orig

Conversation

@pytorchbot
Copy link
Collaborator

This PR was created by the merge bot to help merge the original PR into the main branch.
ghstack PR number: #15830 by @kimishpatel
^ Please use this as the source of truth for the PR details, comments, and reviews
ghstack PR base: https://github.com/pytorch/executorch/tree/gh/kimishpatel/214/base
ghstack PR head: https://github.com/pytorch/executorch/tree/gh/kimishpatel/214/head
Merge bot PR base: https://github.com/pytorch/executorch/tree/main
Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/kimishpatel/214/orig
Differential Revision: D85532081
@diff-train-skip-merge

Pull Request resolved: #15830

When doing large prefills in LLMs, slice_copy takes about 5-10% time.
Mainly coming from slicing in the rope implementation.
ghstack-source-id: 327688163

Differential Revision: [D85532081](https://our.internmc.facebook.com/intern/diff/D85532081/)
@pytorch-bot
Copy link

pytorch-bot bot commented Dec 8, 2025

🔗 Helpful Links

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

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

❌ 1 New Failure

As of commit 58b088b with merge base 9cd8402 (image):

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 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 Dec 8, 2025
@kirklandsign kirklandsign added the release notes: ops & kernels Changes to the opset and any new / changed kernel implementations label Dec 8, 2025
@kirklandsign kirklandsign merged commit 78a73d4 into main Dec 8, 2025
173 of 176 checks passed
@kirklandsign kirklandsign deleted the gh/kimishpatel/214/orig branch December 8, 2025 19:40
jirioc pushed a commit to nxp-upstream/executorch that referenced this pull request Dec 19, 2025
Pull Request resolved: pytorch#15830

When doing large prefills in LLMs, slice_copy takes about 5-10% time.
Mainly coming from slicing in the rope implementation.
ghstack-source-id: 327688163

Differential Revision: [D85532081](https://our.internmc.facebook.com/intern/diff/D85532081/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. release notes: ops & kernels Changes to the opset and any new / changed kernel implementations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants