echuraev commented on pull request #9032: URL: https://github.com/apache/tvm/pull/9032#issuecomment-920961268
@shingjan please take a look on this PR. After #8492 the tuning doesn't work in proper way. It hangs. The problem is in the resources management and global dictionary with arguments. The issue is that global arguments don't release managed resources, and the RPC hangs till they won't be released. I don't know why you added `args` as an argument to `_timed_eval_func` and `_rpc_run`? With this fix, we don't have this hang during tuning. -- 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]
