This repository was archived by the owner on Jul 1, 2025. It is now read-only.
Add use_glow_aot, and include ONNX again as a backend for onnxifiGlow#4787
Closed
jfix71 wants to merge 6 commits intopytorch:masterfrom
Closed
Add use_glow_aot, and include ONNX again as a backend for onnxifiGlow#4787jfix71 wants to merge 6 commits intopytorch:masterfrom
jfix71 wants to merge 6 commits intopytorch:masterfrom
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D22762123 |
Differential Revision: D22796160 fbshipit-source-id: 40e9fba07abee2474a09f9bddf05bec0e72610ca
Differential Revision: D22799899 fbshipit-source-id: 8aeadcec8be04a1040151962aa0e676ae1854cfe
Differential Revision: D22799900 fbshipit-source-id: e895036f801abcb95f77dc74a4935ac4166154d4
Differential Revision: D22762122 *** sort Glow dot files fbshipit-source-id: 8a9713050d8538fe5f2c7718ff5358da04c8fec1
Differential Revision: D22773796 fbshipit-source-id: c425f5753e312a2c2bef273afb5a7509709e76e0
…pytorch#4787) Summary: Pull Request resolved: pytorch#4787 Resurrect ONNX as a backend through onnxifiGlow (was killed as part of D16215878 (pytorch@abc6b82)). Then look for the `use_glow_aot` argument in the Onnxifi op. If it's there and true, then we override whatever `backend_id` is set and use the ONNX backend. Reviewed By: yinghai Differential Revision: D22762123 fbshipit-source-id: ce65ac904353470bbc69239160d5aa1316a382ed
2a7ec12 to
96a06e4
Compare
|
This pull request was exported from Phabricator. Differential Revision: D22762123 |
facebook-github-bot
pushed a commit
to pytorch/pytorch
that referenced
this pull request
Aug 7, 2020
…#4787) Summary: Pull Request resolved: pytorch/glow#4787 Resurrect ONNX as a backend through onnxifiGlow (was killed as part of D16215878). Then look for the `use_glow_aot` argument in the Onnxifi op. If it's there and true, then we override whatever `backend_id` is set and use the ONNX backend. Reviewed By: yinghai, rdzhabarov Differential Revision: D22762123 fbshipit-source-id: abb4c3458261f8b7eeae3016dda5359fa85672f0
|
This pull request has been merged in dbd3666. |
geoffberry
pushed a commit
to geoffberry/glow
that referenced
this pull request
Nov 8, 2020
…pytorch#4787) Summary: Pull Request resolved: pytorch#4787 Resurrect ONNX as a backend through onnxifiGlow (was killed as part of D16215878 (pytorch@abc6b82)). Then look for the `use_glow_aot` argument in the Onnxifi op. If it's there and true, then we override whatever `backend_id` is set and use the ONNX backend. Reviewed By: yinghai, rdzhabarov Differential Revision: D22762123 fbshipit-source-id: abb4c3458261f8b7eeae3016dda5359fa85672f0
laurentdupin
pushed a commit
to laurentdupin/pytorch
that referenced
this pull request
Apr 24, 2026
…pytorch#4787) Summary: Pull Request resolved: pytorch/glow#4787 Resurrect ONNX as a backend through onnxifiGlow (was killed as part of D16215878). Then look for the `use_glow_aot` argument in the Onnxifi op. If it's there and true, then we override whatever `backend_id` is set and use the ONNX backend. Reviewed By: yinghai, rdzhabarov Differential Revision: D22762123 fbshipit-source-id: abb4c3458261f8b7eeae3016dda5359fa85672f0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary: Resurrect ONNX as a backend through onnxifiGlow (was killed as part of D16215878 (abc6b82)). Then look for the
use_glow_aotargument in the Onnxifi op. If it's there and true, then we override whateverbackend_idis set and use the ONNX backend.Reviewed By: yinghai
Differential Revision: D22762123