tqchen commented on pull request #6292: URL: https://github.com/apache/incubator-tvm/pull/6292#issuecomment-675730630
@kparzysz-quic The main problem it tries to resolve is to avoid the problems that can be caused by differnt order destruction of static objects. For example, if a static object takes NDArray, and it get destructed after the DeviceAPI get destructed, then there will be an error. The resources(e.g. in the case of memory etc) will be recycled as OS recycles the process after unloading. ---------------------------------------------------------------- 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]
