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

   This PR simplifies the result of `InverseAffineIterMap` by assuming the 
`output` param has the same range as the output range of the affine 
transformation. For example, for iter map `i, j => i * 16 + j, i \in [0, 8), j 
\in [0, 16)`, after this PR, the inverse will be `m => m // 16, m % 16, m \in 
[0, 128)` instead of `m => (m // 16) % 8, m % 16`
   
   cc @spectrometerHBH @junrushao1994 


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