tqchen opened a new pull request, #87: URL: https://github.com/apache/tvm-ffi/pull/87
This PR fixes a memory leak when tensor alloc inside the function and return to python. We need to delete the chandle to prevent memory leak as the ownership count is transfered to DLManagedTensor. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
