vinx13 commented on pull request #39:
URL: https://github.com/apache/tvm-rfcs/pull/39#issuecomment-993828128


   @wrongtest I'm working on the TensorIR side and have a draft version of 
`transform_layout`. The current implementation is 
   ```void TransformLayout(ScheduleState self, const StmtSRef& block_sref, int 
buffer_index, bool is_write_index, const IndexMap& index_map);```
   It applies the mapping function to all access indices to the target buffer, 
infer the new shape of the buffer and substitute it with the new buffer. I'll 
send a PR for that soon


-- 
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-unsubscr...@tvm.apache.org

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


Reply via email to