Icemist commented on code in PR #11465: URL: https://github.com/apache/tvm/pull/11465#discussion_r904433549
########## include/tvm/runtime/profiling.h: ########## @@ -554,10 +554,16 @@ PackedFunc ProfileFunction(Module mod, std::string func_name, int device_type, i * minimum duration requirement of one `repeat`. * i.e., When the run time of one `repeat` falls below this time, * the `number` parameter will be automatically increased. - * \param f_preproc The function to be executed before we excetute time evaluator. + * \param cooldown_interval_ms The cooldown interval in milliseconds between the number of repeats + * defined by `repeats_to_cooldown`. + * \param repeats_to_cooldown The number of repeats before the + * cooldown is activated. + * \param f_preproc The function to be executed before we excetute time Review Comment: done -- 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]
