Skip to content

[Executorch] Use temp allocator for allocating scratch memory#16121

Merged
kimishpatel merged 1 commit intomainfrom
gh/kimishpatel/211/orig
Dec 7, 2025
Merged

[Executorch] Use temp allocator for allocating scratch memory#16121
kimishpatel merged 1 commit intomainfrom
gh/kimishpatel/211/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: #15728 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/211/base
ghstack PR head: https://github.com/pytorch/executorch/tree/gh/kimishpatel/211/head
Merge bot PR base: https://github.com/pytorch/executorch/tree/gh/kimishpatel/203/orig
Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/kimishpatel/211/orig
Differential Revision: D85532076
@diff-train-skip-merge

@pytorch-bot
Copy link

pytorch-bot bot commented Dec 6, 2025

🔗 Helpful Links

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

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

❌ 1 New Failure

As of commit 250c3b1 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 6, 2025
@kimishpatel kimishpatel force-pushed the gh/kimishpatel/203/orig branch from 9574817 to 8b88a23 Compare December 7, 2025 03:38
Base automatically changed from gh/kimishpatel/203/orig to main December 7, 2025 05:02
Pull Request resolved: #15728

This allows us to leverage temp memory allocator and if that allocator is caching allocator it reduces the allocaiton overhead.
ghstack-source-id: 327518050
@exported-using-ghexport

Differential Revision: [D85532076](https://our.internmc.facebook.com/intern/diff/D85532076/)
@kimishpatel kimishpatel force-pushed the gh/kimishpatel/211/orig branch from 4eda1bf to 250c3b1 Compare December 7, 2025 15:34
@github-actions
Copy link

github-actions bot commented Dec 7, 2025

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.

@kimishpatel kimishpatel merged commit 44ae134 into main Dec 7, 2025
164 of 165 checks passed
@kimishpatel kimishpatel deleted the gh/kimishpatel/211/orig branch December 7, 2025 18:13
jirioc pushed a commit to nxp-upstream/executorch that referenced this pull request Dec 19, 2025
…h#16121)

This PR was created by the merge bot to help merge the original PR into
the main branch.
ghstack PR number: pytorch#15728 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/211/base
ghstack PR head:
https://github.com/pytorch/executorch/tree/gh/kimishpatel/211/head
Merge bot PR base:
https://github.com/pytorch/executorch/tree/gh/kimishpatel/203/orig
Merge bot PR head:
https://github.com/pytorch/executorch/tree/gh/kimishpatel/211/orig
Differential Revision:
[D85532076](https://our.internmc.facebook.com/intern/diff/D85532076/)
@diff-train-skip-merge

Co-authored-by: Kimish Patel <kimishpatel@fb.com>
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants