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

   ReverseComputeInline requires the consumer body to be `B[...] = g(i, j, k, 
A[f(i, j, k, ...)] ...)`, previously `f` can only be a permutation function 
over variable `i, j, k, ...`. This PR allows f to be a bijective affine 
function.
   After `ReverseComputeInline`, `f^-1` will be applied the LHS buffer store 
indices in the producer site, to find the corresponding buffer store location 
in the consumer site. 
   This allows reshape operation to be inlined.
   
   cc @junrushao1994 @spectrometerHBH @masahi @tqchen  @tqchen 


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