-
Notifications
You must be signed in to change notification settings - Fork 822
Expose get_num_threads via pybind #15944
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/15944
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (2 Unrelated Failures)As of commit 8a0f075 with merge base 6785032 ( 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. |
|
@kimishpatel has exported this pull request. If you are a Meta employee, you can view the originating Diff in D87510750. |
larryliu0820
left a comment
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.
Review automatically exported from Phabricator review in Meta.
This PR needs a
|
Summary: Main objective is to allow querying number of threads being used from python. Later diff uses this mainly for testing. Reviewed By: larryliu0820 Differential Revision: D87510750
c9a52c2 to
fa68427
Compare
Summary: Main objective is to allow querying number of threads being used from python. Later diff uses this mainly for testing. Reviewed By: larryliu0820 Differential Revision: D87510750
fa68427 to
8a0f075
Compare
Differential Revision: D87510750 Pull Request resolved: pytorch#15944
Summary:
Main objective is to allow querying number of threads being used from python.
Later diff uses this mainly for testing.
Reviewed By: larryliu0820
Differential Revision: D87510750