Lunderberg opened a new pull request, #16311:
URL: https://github.com/apache/tvm/pull/16311

   All operations called by a `relax::Call` node must have a `FuncStructInfo`.  
Prior to this commit, an invalid struct info would be caught by the 
`BlockBuilder` during normalization.  This delay between the invalid 
`relax::Call` being constructed and the invalid `relax::Call` being detected 
makes debugging difficult. This commit adds an additional check during the 
`relax::Call` constructor, to provide earlier error detection.


-- 
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]

Reply via email to