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/31 21:29:17 UTC

[GitHub] [tvm] vinx13 opened a new pull request, #11515: [TIR] Add schedule primitive ReIndex

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

   This PR adds a schedule primitive `Reindex`. It is similar to `cache_read / cache_write`, but it changes the buffer shape w.r.t to block iters. This makes the subsequent buffer access become contiguous access to the intermediate (reindex) buffer.
   
   cc @spectrometerHBH @junrushao1994 @Hzfengsy 


-- 
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 #11515: [TIR] Add schedule primitive ReIndex

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


-- 
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] masahi commented on pull request #11515: [TIR] Add schedule primitive ReIndex

Posted by GitBox <gi...@apache.org>.
masahi commented on PR #11515:
URL: https://github.com/apache/tvm/pull/11515#issuecomment-1143173875

   Is this similar or equivalent to using `cache_read` followed by `transform_layout` with some index map (transpose etc)?


-- 
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 commented on pull request #11515: [TIR] Add schedule primitive ReIndex

Posted by GitBox <gi...@apache.org>.
vinx13 commented on PR #11515:
URL: https://github.com/apache/tvm/pull/11515#issuecomment-1144132845

   It is similar to `cache_read` or `cache_write` + `transform_layout` but not equivalent (mainly in the way of dealing with block iters and loops)


-- 
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] junrushao1994 commented on pull request #11515: [TIR] Add schedule primitive ReIndex

Posted by GitBox <gi...@apache.org>.
junrushao1994 commented on PR #11515:
URL: https://github.com/apache/tvm/pull/11515#issuecomment-1144498040

   CC: @spectrometerHBH would you mind reviewing this PR? Thanks a lot!


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