t-vi commented on pull request #5822: URL: https://github.com/apache/incubator-tvm/pull/5822#issuecomment-644903807
@tqchen Thank you for the hint. I applied it, but I must admit I'm not entirely certain what's going on. Do I need to call Update on the ptr returned by CopyOnWrite or on original module? Previously I called it on the original module, but 1) I'm not sure, 2) then the compiler complains about the return of CopyOnWrite being unused. Also, it seems that CopyOnWrite + Update is certain to do the copy, is it? ---------------------------------------------------------------- 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: [email protected]
