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

   This PR fixes the size calculation of storage tokens in Static Plan Block 
Memory pass. Prior to this PR the storage for a tensor  `R.Tensor((2, 3), 
dtype="bool")` would be calculated as `R.memory.alloc_storage(R.shape([1]), 
dtype="bool")` instead of `R.memory.alloc_storage(R.shape([6]), dtype="bool")`
   
   cc @jwfromm @MasterJH5574 


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