tkonolige opened a new pull request #7308: URL: https://github.com/apache/tvm/pull/7308
If there are multiple alter_ops in a model, the first alteration does not run type inference for the subsequent ones. In this case, we don't have the shape information, so we run the inferencer manually. @kevinthesun @icemelon9 It seems like this is an issue we may run into more in the future. Maybe we should add a way to mark certain alter_op_layouts as needing type inference? Then the pass could re-run type inference when needed. ---------------------------------------------------------------- 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]
