Add support for method level executorch backend config#3266
Add support for method level executorch backend config#3266
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/3266
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit d6c1a3d with merge base ebdb152 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D56499598 |
Summary: There are use cases where we might like to supply a separate ExecutorchBackendConfig for each method in the model. An example use case is where we might want to alloc inputs for one method and not alloc them for another. In order to support this, in this diff we add support for passing in a dictionary of configs to `to_executorch`. Reviewed By: cccclai Differential Revision: D56499598
c833a6d to
9d99e83
Compare
|
This pull request was exported from Phabricator. Differential Revision: D56499598 |
Summary: There are use cases where we might like to supply a separate ExecutorchBackendConfig for each method in the model. An example use case is where we might want to alloc inputs for one method and not alloc them for another. In order to support this, in this diff we add support for passing in a dictionary of configs to `to_executorch`. Reviewed By: cccclai Differential Revision: D56499598
9d99e83 to
91533f5
Compare
|
This pull request was exported from Phabricator. Differential Revision: D56499598 |
Summary: There are use cases where we might like to supply a separate ExecutorchBackendConfig for each method in the model. An example use case is where we might want to alloc inputs for one method and not alloc them for another. In order to support this, in this diff we add support for passing in a dictionary of configs to `to_executorch`. Reviewed By: cccclai Differential Revision: D56499598
|
This pull request was exported from Phabricator. Differential Revision: D56499598 |
Summary: There are use cases where we might like to supply a separate ExecutorchBackendConfig for each method in the model. An example use case is where we might want to alloc inputs for one method and not alloc them for another. In order to support this, in this diff we add support for passing in a dictionary of configs to `to_executorch`. Reviewed By: JacobSzwejbka, cccclai Differential Revision: D56499598
5f860ca to
66cb1f4
Compare
|
This pull request was exported from Phabricator. Differential Revision: D56499598 |
Summary: There are use cases where we might like to supply a separate ExecutorchBackendConfig for each method in the model. An example use case is where we might want to alloc inputs for one method and not alloc them for another. In order to support this, in this diff we add support for passing in a dictionary of configs to `to_executorch`. Reviewed By: JacobSzwejbka, cccclai Differential Revision: D56499598
|
This pull request was exported from Phabricator. Differential Revision: D56499598 |
Summary: There are use cases where we might like to supply a separate ExecutorchBackendConfig for each method in the model. An example use case is where we might want to alloc inputs for one method and not alloc them for another. In order to support this, in this diff we add support for passing in a dictionary of configs to `to_executorch`. Reviewed By: JacobSzwejbka, cccclai Differential Revision: D56499598
6ffccc7 to
2a38aab
Compare
|
This pull request was exported from Phabricator. Differential Revision: D56499598 |
Summary: There are use cases where we might like to supply a separate ExecutorchBackendConfig for each method in the model. An example use case is where we might want to alloc inputs for one method and not alloc them for another. In order to support this, in this diff we add support for passing in a dictionary of configs to `to_executorch`. Reviewed By: JacobSzwejbka, cccclai Differential Revision: D56499598
|
This pull request was exported from Phabricator. Differential Revision: D56499598 |
|
This pull request has been merged in 2ac7f2a. |
Summary: There are use cases where we might like to supply a separate ExecutorchBackendConfig for each method in the model. An example use case is where we might want to alloc inputs for one method and not alloc them for another. In order to support this, in this diff we add support for passing in a dictionary of configs to
to_executorch.Reviewed By: cccclai
Differential Revision: D56499598