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/09/07 19:21:52 UTC

[GitHub] [tvm] Lunderberg opened a new pull request, #12725: [TIR] Update region min/extent in ReplaceBufferMutator

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

   Prior to this commit, `ReplaceBufferMutator` only checks `BufferRegionNode::buffer` to determine if a `BufferRegion` needs to be replaced, and doesn't check the `BufferRegionNode::region`.  As a result, updating `T.reads(A[B[i]])` would fail to replace `B`.
   
   This commit checks `BufferRegionNode::region` for buffer usage to resolve this issue.


-- 
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] Lunderberg merged pull request #12725: [TIR] Update region min/extent in ReplaceBufferMutator

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


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