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/06/05 13:40:23 UTC

[GitHub] [incubator-tvm] akosik-anyvision opened a new pull request #5735: Fix new[] / delete mismatches in Relay VM

akosik-anyvision opened a new pull request #5735:
URL: https://github.com/apache/incubator-tvm/pull/5735


   Fixes #5728. 
   
   The Instruction dtor in the Relay VM currently uses `delete` to free memory that was allocated with `new[]`. This PR changes each occurrence of `delete` to `delete[]`.
   
   @zhiics please take a look, when you get a chance.
   


----------------------------------------------------------------
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] [incubator-tvm] zhiics merged pull request #5735: Fix new[] / delete mismatches in Relay VM

Posted by GitBox <gi...@apache.org>.
zhiics merged pull request #5735:
URL: https://github.com/apache/incubator-tvm/pull/5735


   


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