wrongtest commented on PR #11181:
URL: https://github.com/apache/tvm/pull/11181#issuecomment-1119254349

   > document it somewhere
   
    
https://github.com/vinx13/tvm-rfcs/blob/clarify-buffer-access/rfcs/0063-clarifying-buffer-declaration-and-access.md
   The clarification RFC says `T.buffer_decl creates a buffer alias if the 
underlying data variable (.data field) overlaps with another buffer. ` And this 
should be the unique way to create buffer aliases.
   
   Currently I understand that means all accesses with the same buffer data 
<b>must</b> be alias (irrelavant to dtype) and the word `alias` take the same 
meaning across TIR and target codegen levels.  If so (fix me), no compatible 
C/C++ type based aliasing rules can be introduced. cc @kparzysz-quic  


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