tqchen commented on PR #17190: URL: https://github.com/apache/tvm/pull/17190#issuecomment-2248014344
@echuraev thank you! I think in this particular case we should change https://github.com/apache/tvm/blob/main/python/tvm/runtime/disco/session.py#L95 to ```python dref.handle = None ``` as in https://github.com/apache/tvm/blob/main/python/tvm/runtime/disco/session.py#L83 So we don't have to add del function. -- 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]
