Johnson9009 commented on PR #15187: URL: https://github.com/apache/tvm/pull/15187#issuecomment-1616237268
> This is a nice addition! I'm curious what its implication is to the existing auto tuning system though - for example, will it affect AutoTVM's time out mechanism? CC @zxybazh @junrushao In my opinion, there isn't any effect for the existing auto tuning system, because currently they all catch the very general error type, e.g., Exception, TVMError, and the RPCSessionTimeoutError is a subclass of TVMError, so it will be caught too. https://github.com/apache/tvm/blob/e178375e1bbaaa4255d59a23f66d0595fe445991/python/tvm/autotvm/measure/measure_methods.py#L369-L375 https://github.com/apache/tvm/blob/e178375e1bbaaa4255d59a23f66d0595fe445991/python/tvm/autotvm/measure/measure_methods.py#L683-L693 https://github.com/apache/tvm/blob/e178375e1bbaaa4255d59a23f66d0595fe445991/python/tvm/auto_scheduler/measure.py#L1150-L1159 -- 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]
