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 2020/11/29 05:08:03 UTC

[GitHub] [tvm] areusch opened a new pull request #6991: Fix C runtime NDArray allocation bug

areusch opened a new pull request #6991:
URL: https://github.com/apache/tvm/pull/6991


   TVMBackendAllocWorkspace is somewhat misleading in that its parameters include a size plus datatype width. Fix an instance where the size passed from NDArray allocation did not multiply out the correct number of bytes. This lead to memory corruption with on-device heaps.
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [tvm] areusch commented on pull request #6991: Fix C runtime NDArray allocation bug

Posted by GitBox <gi...@apache.org>.
areusch commented on pull request #6991:
URL: https://github.com/apache/tvm/pull/6991#issuecomment-735344667


   @liangfu @tqchen 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [tvm] tqchen merged pull request #6991: Fix C runtime NDArray allocation bug

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #6991:
URL: https://github.com/apache/tvm/pull/6991


   


----------------------------------------------------------------
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:
users@infra.apache.org