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 08:45:54 UTC

[GitHub] [incubator-mxnet] mseth10 opened a new issue #18888: Recusively partition subgraphs inside dynamic shape op

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


   ## Description
   Some dynamic shape ops - like cond and while - contain subgraphs inside them. These subgraphs are currently executed naively - without shape type inference and memory allocation - causing significant slowdown. These subgraphs need to be partitioned in a similar fashion as described in #18887 . Since there is a possibility of another dynamic shape op present in these subgraphs, graph partitioning needs to be implemented recursively to get the maximum performance boost.


----------------------------------------------------------------
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 #18888: Recusively partition subgraphs inside dynamic shape op

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


   @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