This repository was archived by the owner on Jul 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 699
Add onnxifi interface for set/get options #5364
Closed
Closed
Conversation
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
This pull request was exported from Phabricator. Differential Revision: D26481652 |
This pull request was exported from Phabricator. Differential Revision: D26481652 |
yinghai
pushed a commit
to yinghai/glow
that referenced
this pull request
Feb 18, 2021
Summary: Pull Request resolved: pytorch/pytorch#52388 Pull Request resolved: pytorch#5364 This allows us to change global variables through onnxifi calls. And add python bindings along with it. Note that we supply a dummy backend_id as it's not needed by glow due to setting being global. #codemod Reviewed By: jfix71 Differential Revision: D26481652 fbshipit-source-id: 37ec36556d7500c3d9b8e5bdb19536dd4dde14ff
0beb120
to
ef34128
Compare
Summary: Pull Request resolved: pytorch/pytorch#52388 Pull Request resolved: pytorch#5364 This allows us to change global variables through onnxifi calls. And add python bindings along with it. Note that we supply a dummy backend_id as it's not needed by glow due to setting being global. #codemod Reviewed By: jfix71 Differential Revision: D26481652 fbshipit-source-id: 3d6368c200ee1f9da369627e6043bb058871a55b
ef34128
to
051ad17
Compare
This pull request was exported from Phabricator. Differential Revision: D26481652 |
yinghai
pushed a commit
to yinghai/pytorch
that referenced
this pull request
Feb 18, 2021
Summary: Pull Request resolved: pytorch#52388 Pull Request resolved: pytorch/glow#5364 This allows us to change global variables through onnxifi calls. And add python bindings along with it. Note that we supply a dummy backend_id as it's not needed by glow due to setting being global. #codemod Test Plan: ``` buck test mode/dev //glow/fb/test:test_onnxifi_optionnnpi ``` Reviewed By: jfix71 Differential Revision: D26481652 fbshipit-source-id: cd9c78971bbdf0783d37876e44570e6eee9fa769
This pull request has been merged in 60700a8. |
facebook-github-bot
pushed a commit
to pytorch/pytorch
that referenced
this pull request
Feb 19, 2021
Summary: Pull Request resolved: #52388 Pull Request resolved: pytorch/glow#5364 This allows us to change global variables through onnxifi calls. And add python bindings along with it. Note that we supply a dummy backend_id as it's not needed by glow due to setting being global. #codemod Test Plan: ``` buck test mode/dev //glow/fb/test:test_onnxifi_optionnnpi ``` Reviewed By: jfix71, khabinov Differential Revision: D26481652 fbshipit-source-id: 19b8201c77f653cf7d93ad68760aa7fb5ec45ff4
xsacha
pushed a commit
to xsacha/pytorch
that referenced
this pull request
Mar 31, 2021
Summary: Pull Request resolved: pytorch#52388 Pull Request resolved: pytorch/glow#5364 This allows us to change global variables through onnxifi calls. And add python bindings along with it. Note that we supply a dummy backend_id as it's not needed by glow due to setting being global. #codemod Test Plan: ``` buck test mode/dev //glow/fb/test:test_onnxifi_optionnnpi ``` Reviewed By: jfix71, khabinov Differential Revision: D26481652 fbshipit-source-id: 19b8201c77f653cf7d93ad68760aa7fb5ec45ff4
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: This allows us to change global variables through onnxifi calls. And add python bindings along with it. Note that we supply a dummy backend_id as it's not needed by glow due to setting being global.
Differential Revision: D26481652