You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/08/09 20:17:08 UTC

[GitHub] [tvm] tkonolige opened a new pull request, #12349: [FIX,STORAGE REWRITE] Rewrite buffers in let statements

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] junrushao1994 merged pull request #12349: [FIX,STORAGE REWRITE] Rewrite buffers in let statements

Posted by GitBox <gi...@apache.org>.
junrushao1994 merged PR #12349:
URL: https://github.com/apache/tvm/pull/12349


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org