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/04/13 11:35:54 UTC

[GitHub] [tvm] d-smirnov commented on a change in pull request #7816: [TVMC] --disable-pass option added to compile mode

d-smirnov commented on a change in pull request #7816:
URL: https://github.com/apache/tvm/pull/7816#discussion_r612365113



##########
File path: python/tvm/driver/tvmc/compiler.py
##########
@@ -95,6 +95,12 @@ def add_compile_parser(subparsers):
         type=common.parse_shape_string,
         default=None,
     )
+    parser.add_argument(
+        "--disabled-pass",
+        help="disable specific passes, comma-separated list of pass names",

Review comment:
       Added displaying of available passes in case if supplied pass is unknown to system




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

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