You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/08/12 13:17:41 UTC

[GitHub] [tvm] echuraev commented on a diff in pull request #12402: Add sort_by_time flag to debug_executor.run method

echuraev commented on code in PR #12402:
URL: https://github.com/apache/tvm/pull/12402#discussion_r944453149


##########
python/tvm/contrib/debugger/debug_executor.py:
##########
@@ -274,6 +274,7 @@ def run(
         min_repeat_ms=1,
         cooldown_interval_ms=0,
         repeats_to_cooldown=1,
+        sort_by_time=True,

Review Comment:
   Please, add documentation and then LGTM



-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org