tqchen commented on PR #16938:
URL: https://github.com/apache/tvm/pull/16938#issuecomment-2081157996

   We don;t need to worry about TE, since we will be able to support buffer 
binding side. 
   
   Just mention that allowing zero elem_offset is actually an important 
consideration for performance. Likely in most cases we would still like zero 
elem_offset by default. In frameworks, some key operations would also usualy 
requries a compact (that triggers an explicit copy), such that the memory 
access and alignment are right.  
   
   In some cases it is indeed useful to introduce views, in some of those cases 
we might be able to inline views directly into the previous operation, such 
that the buffer themselfs still comes with zero offset.


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