-
Notifications
You must be signed in to change notification settings - Fork 473
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
fix the temp allocator for backend #3490
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/3490
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit e51103b with merge base b9488fe ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D56893727 |
Summary: Seems like forget to pass temp allocator to `BackendExecutionContext`... Reviewed By: tarun292 Differential Revision: D56893727
This pull request was exported from Phabricator. Differential Revision: D56893727 |
This pull request has been merged in 1fd80fe. |
@pytorchbot cherry-pick --onto release/0.2 -c regression |
Cherry picking #3490The cherry pick PR is at #3506 and it is recommended to link a regression cherry pick PR with an issue Details for Dev Infra teamRaised by workflow job |
Summary: Seems like forget to pass temp allocator to
BackendExecutionContext
...Differential Revision: D56893727