Skip to content

Add intrinsic support for external_input/output to nomnigraph#10100

Closed
bwasti wants to merge 1 commit intopytorch:masterfrom
bwasti:export-D9105487
Closed

Add intrinsic support for external_input/output to nomnigraph#10100
bwasti wants to merge 1 commit intopytorch:masterfrom
bwasti:export-D9105487

Conversation

@bwasti
Copy link
Contributor

@bwasti bwasti commented Jul 31, 2018

Summary: nomnigraph has until this point tried to ignore external input and output, as they aren't very well defined (does order matter?). but for DCE and some of Keren's work they are becoming necessary. I went ahead and added this to the core nomnigraph converter

Differential Revision: D9105487

…h#10100)

Summary:
Pull Request resolved: pytorch#10100

nomnigraph has until this point tried to ignore external input and output, as they aren't very well defined (does order matter?).  but for DCE and some of Keren's work they are becoming necessary.  I went ahead and added this to the core nomnigraph converter

Reviewed By: yinghai

Differential Revision: D9105487

fbshipit-source-id: e0759373d737444f01275c4a84c64e9e8b7cdae0
goodlux pushed a commit to goodlux/pytorch that referenced this pull request Aug 15, 2018
…h#10100)

Summary:
Pull Request resolved: pytorch#10100

nomnigraph has until this point tried to ignore external input and output, as they aren't very well defined (does order matter?).  but for DCE and some of Keren's work they are becoming necessary.  I went ahead and added this to the core nomnigraph converter

Reviewed By: yinghai

Differential Revision: D9105487

fbshipit-source-id: a2e10e3cc84515611d6ab7d4bc54cf99b77729c0
facebook-github-bot pushed a commit that referenced this pull request Aug 17, 2018
…10598)

Summary:
#10100 recently take external input/output in nomnigraph. This PR makes adjust to
0. Relax some of the conditions on external input
1. Update NNModule inputs/outputs when pruning the input/output.
2. Avoiding copying external input/output as nomnigraph already takes care of it.
Pull Request resolved: #10598

Reviewed By: bwasti

Differential Revision: D9371730

Pulled By: yinghai

fbshipit-source-id: 9273be5041dc4cc8585587f47cb6721e518a06a8
@ezyang ezyang added the merged label Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants