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 2021/12/08 19:02:27 UTC

[GitHub] [tvm] mbs-octoml commented on a change in pull request #9674: Pass bisection tool using pass_instrument infrastructure

mbs-octoml commented on a change in pull request #9674:
URL: https://github.com/apache/tvm/pull/9674#discussion_r765154986



##########
File path: python/tvm/relay/debug.py
##########
@@ -42,3 +43,52 @@ def _debug_interp(*args):
     print("--------------")
     print("--------------")
     _debugger_init(ist.current_expr, ist.stack)
+
+
+@pass_instrument
+class PassBisection:

Review comment:
       nit: probably because I'm contaminated by 'git bisect', but 'AtMost' seems a better term than 'Bisect' which suggests a search.
   
   




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