tkonolige opened a new pull request, #12349:
URL: https://github.com/apache/tvm/pull/12349

   Storage rewrite was missing a visitor for let statements so buffers added in 
them would still refer to the pre-rewritten version. This error was originally 
noticed when using `global.vtcm` buffers which get changed to let statements by 
LowerVtcmAlloc.
   
   Implementing the test for this change also required adding support for 
vectorized datatypes to tvmscript. The solution included is a little hacky and 
involes adding the datatypes to the `global()` table of each module they need 
to be defined in.
   
   @Lunderberg @spectrometerHBH 
   


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