-
Notifications
You must be signed in to change notification settings - Fork 607
Move threadpool to extension #4954
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
Move threadpool to extension #4954
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/4954
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 9a2cd3e with merge base 1899d15 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D61938189 |
This pull request was exported from Phabricator. Differential Revision: D61938189 |
ffc61ee
to
2b5fd9f
Compare
This pull request was exported from Phabricator. Differential Revision: D61938189 |
Summary: Pull Request resolved: pytorch#4954 1. Replace `executorch/backends/xnnpack/threadpool` with `executorch/extension/threadpool` Need to exclude `whatsapp/` 2. `hg mv xplat/executorch/backends/xnnpack/threadpool xplat/executorch/extension` and `hg mv fbcode/executorch/backends/xnnpack/threadpool fbcode/executorch/extension` Differential Revision: D61938189
2b5fd9f
to
3184433
Compare
This pull request was exported from Phabricator. Differential Revision: D61938189 |
Summary: Pull Request resolved: pytorch#4954 1. Replace `executorch/backends/xnnpack/threadpool` with `executorch/extension/threadpool` Need to exclude `whatsapp/` 2. `hg mv xplat/executorch/backends/xnnpack/threadpool xplat/executorch/extension` and `hg mv fbcode/executorch/backends/xnnpack/threadpool fbcode/executorch/extension` Differential Revision: D61938189
3184433
to
c506dbd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kimishpatel should take a look
Summary: Pull Request resolved: pytorch#4954 1. Replace `executorch/backends/xnnpack/threadpool` with `executorch/extension/threadpool` Need to exclude `whatsapp/` 2. `hg mv xplat/executorch/backends/xnnpack/threadpool xplat/executorch/extension` and `hg mv fbcode/executorch/backends/xnnpack/threadpool fbcode/executorch/extension` Reviewed By: larryliu0820 Differential Revision: D61938189
c506dbd
to
9a2cd3e
Compare
This pull request was exported from Phabricator. Differential Revision: D61938189 |
Summary:
executorch/backends/xnnpack/threadpool
withexecutorch/extension/threadpool
hg mv xplat/executorch/backends/xnnpack/threadpool xplat/executorch/extension
andhg mv fbcode/executorch/backends/xnnpack/threadpool fbcode/executorch/extension
Differential Revision: D61938189