Lunderberg opened a new pull request #10657:
URL: https://github.com/apache/tvm/pull/10657


   This resolves a bug introduced in https://github.com/apache/tvm/pull/9727, 
and adds a test to catch this failure mode.  This bug occurred because 
StorageFlatten's visitor for PrefetchNode inserted additional pre-flattened 
`BufferLoad` nodes after visiting the body of the Prefetch, preventing those 
`BufferLoad` nodes from being flattened.  Moving this visit to after the 
insertion of the `BufferLoad` nodes allows the usual buffer flattening to apply 
to the newly inserted nodes.


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