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: [email protected]
