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

   Prior to this commit, symbolic variables inferred from the parameters were 
retained in the output function's `ret_struct_info`.  This is ill-formed, as 
the parameters from which these symbolic variables are inferred are no longer 
part of the function signature.
   
   This commit updates `LazyGetInput` to use `EraseToWellDefined` to remove any 
symbolic variables from `ret_struct_info` that cannot be inferred from the 
remaining arguments.


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