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

   Prior to this commit, `FuseTIR` required the symbolic shape of an argument 
to be a structural match to the symbolic shape of a parameter.  As a result, 
erroneous failures to match would occur when the dynamic shape parameter 
contains expressions, and the static shape argument does not.  For example, a 
parameter `[n, m, n*m]` is not structurally matched to an argument `[16, 16, 
256]`, but is a valid substitution.  This commit updates `FuseTIR` to handle 
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