Add suspend/resume to execute#20983
Conversation
Summary: Neutron driver provides suspend/resume functions. This PR adds them to the backend, as close to execute call as possible, gated behind an ifdef so implementations can opt-in. Differential Revision: D112413599
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/20983
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit 7f4d949 with merge base e51f1a9 ( FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@JakeStevens has exported this pull request. If you are a Meta employee, you can view the originating Diff in D112413599. |
This PR needs a
|
Summary:
Neutron driver provides suspend/resume functions.
This PR adds them to the backend, as close to execute call as possible, gated behind an ifdef so implementations can opt-in.
Differential Revision: D112413599