-
Notifications
You must be signed in to change notification settings - Fork 608
Allow setting thread count from Java #10858
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
Allow setting thread count from Java #10858
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10858
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit a49cca3 with merge base 5866c19 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D74676049 |
extension/android/executorch_android/src/main/java/org/pytorch/executorch/Module.java
Outdated
Show resolved
Hide resolved
extension/android/executorch_android/src/main/java/org/pytorch/executorch/Module.java
Outdated
Show resolved
Hide resolved
47d3afb
to
133c5a7
Compare
@GregoryComer has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
133c5a7
to
5e24bdb
Compare
5e24bdb
to
eab1be3
Compare
Summary: Allow passing in an explicit thread count through the Java bindings. Differential Revision: D74676049
eab1be3
to
a49cca3
Compare
@GregoryComer has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Allow passing in an explicit thread count through the Java bindings.
Differential Revision: D74676049