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

   In most cases, the IR dialect in `GlobalVar.__call__` can be inferred from 
the argument types.  If there are no arguments, then the returned value is 
ambiguous.  This commit updates the TIR parser to identify and fix this case of 
erroneously producing a `relay.Call` instead of `tir.Call`.
   
   In addition, to prevent this from re-occuring, an unrecognized type 
resulting from `def visit_expr_stmt` now results in an error, rather than being 
silently ignored.


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