kparzysz-quic commented on pull request #9769:
URL: https://github.com/apache/tvm/pull/9769#issuecomment-998021099


   The original checks for equal sizes break most of our full model tests 
downstream (due to buffer reuse in graph executor).  @adstraw: could you take a 
look at this?
   
   The biggest change here is that the number of bytes to copy is now required 
for HexagonBuffer -> HexagonBuffer copy, the rest is simply relaxing the size 
checks.  For buffers with multiple allocations, the object payload is assumed 
to fill the initial allocations, leaving the tail allocations (and the tail end 
of a partially filled allocation) potentially unused.


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