tqchen commented on issue #10505:
URL: https://github.com/apache/tvm/issues/10505#issuecomment-1082307760


   Thanks @Lunderberg.
   
   The multiple `elem_offset` is something that ideally we would like to have a 
deeper thoughts/discussions about, perhaps as part of BufferAccess semantics 
clarification. 
   
   Moving from a single `elem_offset` to multiple is likely a big change and 
would also need some systematic thinking through the buffer access semantics.
   
   It would also be good to think about alternatives. In TensorIR there is a 
`subregion_match` primitive to create a subregion view, and depending on the 
lower-level translation we may not need a buffer with multiple `elem_offset` 
explicitly.
   
   


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