siju-samuel opened a new pull request #5507:
URL: https://github.com/apache/incubator-tvm/pull/5507


   This fix will help to reduce RAM size during setup storage.  I was facing 
issue with arduino which has only 256kb ram. For my model Setupstorage was 
consuming 80kb of ram and with this fix i could reduce it to 40kb. In the 
current code always float32 datatype is used and 4bytes is used to allocate 
storage pool. If runnng 8/16bit models also it will allocate 32bits.
   
   @liangfu @tmoreau89 Please help to review this code.
   
   Note: This fix can be applied to tvm runtime as well, but not very 
significant there.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to