[Executorch] Use temp allocator for allocating scratch memory#15654
[Executorch] Use temp allocator for allocating scratch memory#15654kimishpatel wants to merge 1 commit intogh/kimishpatel/205/basefrom
Conversation
This allows us to leverage temp memory allocator and if that allocator is caching allocator it reduces the allocaiton overhead. Differential Revision: [D85532076](https://our.internmc.facebook.com/intern/diff/D85532076/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15654
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 Cancelled Jobs, 3 Unrelated FailuresAs of commit f16910d with merge base 15a0fcd ( CANCELLED JOBS - The following jobs were cancelled. Please retry:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
Stack from ghstack (oldest at bottom):
This allows us to leverage temp memory allocator and if that allocator is caching allocator it reduces the allocaiton overhead.
Differential Revision: D85532076