-
Notifications
You must be signed in to change notification settings - Fork 607
Add allocate_temp method to KernelRuntimeContext #3209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/3209
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 9b2839b with merge base 783e932 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D56421957 |
Summary: This adds an `allocate_temp` method to KernelRuntimeContext, and passes the temporary memory allocator from `execute_instruction`. The method returns a result that errors if the temporary `MemoryAllocator` was not provided or the memory could not be allocated. Differential Revision: D56421957
6ac99a1
to
16ffb0b
Compare
This pull request was exported from Phabricator. Differential Revision: D56421957 |
Summary: This adds an `allocate_temp` method to KernelRuntimeContext, and passes the temporary memory allocator from `execute_instruction`. The method returns a result that errors if the temporary `MemoryAllocator` was not provided or the memory could not be allocated. Differential Revision: D56421957
16ffb0b
to
509cd35
Compare
This pull request was exported from Phabricator. Differential Revision: D56421957 |
509cd35
to
81dbd06
Compare
Summary: This adds an `allocate_temp` method to KernelRuntimeContext, and passes the temporary memory allocator from `execute_instruction`. The method returns a result that errors if the temporary `MemoryAllocator` was not provided or the memory could not be allocated. Reviewed By: dbort Differential Revision: D56421957
This pull request was exported from Phabricator. Differential Revision: D56421957 |
Summary: This adds an `allocate_temp` method to KernelRuntimeContext, and passes the temporary memory allocator from `execute_instruction`. The method returns a result that errors if the temporary `MemoryAllocator` was not provided or the memory could not be allocated. Reviewed By: dbort Differential Revision: D56421957
81dbd06
to
391d670
Compare
This pull request was exported from Phabricator. Differential Revision: D56421957 |
Summary: Pull Request resolved: pytorch#3209 This adds an `allocate_temp` method to KernelRuntimeContext, and passes the temporary memory allocator from `execute_instruction`. The method returns a result that errors if the temporary `MemoryAllocator` was not provided or the memory could not be allocated. Reviewed By: dbort Differential Revision: D56421957
391d670
to
9b2839b
Compare
This pull request has been merged in 719b368. |
Summary: This adds an
allocate_temp
method to KernelRuntimeContext, and passes the temporary memory allocator fromexecute_instruction
. The method returns a result that errors if the temporaryMemoryAllocator
was not provided or the memory could not be allocated.Differential Revision: D56421957