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:24:42 UTC

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

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


##########
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:
   Done. I didn't save it the first time ;)



-- 
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