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

   Previously, the parameter name depending only on the TIR variable name.  In 
large IRModules, such as those used when executing end-to-end models, these 
parameter names may be resued across functions, and so the error message 
doesn't identify which `PrimFunc` should be investigated.
   
   This commit updates the parameter name to include the function name (e.g. 
`my_function.arg.my_param`) to help debugging in these cases.


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