Lunderberg opened a new pull request, #17332: URL: https://github.com/apache/tvm/pull/17332
In Relax, both the variable and the expression in a `VarBinding` may contain `StructInfo` annotations. Prior to this commit, these `StructInfo` annotations could be inconsistent, assigning an expression to a variable of incompatible type. This commit updates the Relax well-formed checker to verify that the `StructInfo` of Relax variables accurately describes their contents. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
