You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/08/10 09:05:10 UTC

[GitHub] [incubator-mxnet] mseth10 opened a new issue #18889: Caching subgraphs based on input shapes

mseth10 opened a new issue #18889:
URL: https://github.com/apache/incubator-mxnet/issues/18889


   ## Description
   When a graph containing dynamic shape op is partitioned based on #18887 (and #18888 ) , the new computation graph contains dynamic shape ops and subgraphs containing static shape ops. The input shapes to these subgraphs can vary for two graph inputs of same shape. This is possible because a dynamic shape op can produce different output shapes for two inputs of same shape, and output of such a dynamic shape op can be an input to a static shape subgraph. Thus, graph optimization techniques like shape inference and memory allocation cannot necessarily be reused from one input to another. A caching of such an optimized subgraph based on input shape is necessary to get performance boost for some inputs.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mseth10 commented on issue #18889: Caching subgraphs based on input shapes

Posted by GitBox <gi...@apache.org>.
mseth10 commented on issue #18889:
URL: https://github.com/apache/incubator-mxnet/issues/18889#issuecomment-671243457


   @sandeep-krishnamurthy please add this issue to the project https://github.com/apache/incubator-mxnet/projects/23


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-mxnet] mseth10 closed issue #18889: Caching subgraphs based on input shapes

Posted by GitBox <gi...@apache.org>.
mseth10 closed issue #18889:
URL: https://github.com/apache/incubator-mxnet/issues/18889


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org