You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/05/13 22:23:46 UTC

[GitHub] [tvm] vinx13 opened a new pull request, #11317: [TIR] Support affine expressions as indices in reverse compute inline

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] vinx13 merged pull request #11317: [TIR] Support affine expressions as indices in reverse compute inline

Posted by GitBox <gi...@apache.org>.
vinx13 merged PR #11317:
URL: https://github.com/apache/tvm/pull/11317


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org