jroesch opened a new pull request #8714:
URL: https://github.com/apache/tvm/pull/8714


   I found a really dumb memory leak that was probably introduced by @mwillsey 
and I refactoring the Function and Object system and debugging memory issues. 
The old drop implementation was now invalid in the new owned function model. 
   
   Instead of replicating RC behavior I added an inner owned pointer which 
drops the underlying allocation and wrapped it in an Arc. 
   
   cc @Lunderberg @schell 


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