-
Notifications
You must be signed in to change notification settings - Fork 683
Reapply "Update default executor runner with new optional options" #14207
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
…ytorch#14193) This reverts commit dc190f9. Original PR, pytorch#14017 was reverted by pytorch#14193. This reverts the revert. The only difference from the original PR is fixing a printf format mismatch in inputs.cpp: %ld is changed to %zu. This should compile on both 32- and 64-bit ABIs. Change-Id: If487e6c6bde313844a94db99a7431af33dfcdd0a
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14207
Note: Links to docs will display an error until the docs builds have been completed. ❌ 7 New Failures, 1 Cancelled Job, 8 Unrelated FailuresAs of commit 1ad66ee with merge base 6ed10e5 ( NEW FAILURES - The following jobs have failed:
CANCELLED JOB - The following job was cancelled. Please retry:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
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. |
This PR needs a
|
@mergennachin has imported this pull request. If you are a Meta employee, you can view this in D82212827. |
@mergennachin has imported this pull request. If you are a Meta employee, you can view this in D82212827. |
Another failure
|
Done |
@mergennachin has imported this pull request. If you are a Meta employee, you can view this in D82212827. |
@mergennachin has imported this pull request. If you are a Meta employee, you can view this in D82212827. |
Differential Revision: D82212827 Pull Request resolved: pytorch#14207
This reverts commit dc190f9.
Original PR, #14017 was reverted by #14193.
This reverts the revert. The only difference from the original PR is fixing a printf format mismatch in inputs.cpp: %ld is changed to %zu. This should compile on both 32- and 64-bit ABIs.
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218