echuraev opened a new pull request, #12382: URL: https://github.com/apache/tvm/pull/12382
For some operations such as `__nop` or `__copy` the measured inference time is equal to 0. In this case we are in infinite loop and we won't exit from it. Added new parameter `max_repeat_num` which specify the maximum number of repeats then the inference time is equal to 0. When we exceed this value then we will exit from a loop. cc: @valmat07, @Icemist, @masahi -- 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]
