PhilippvK commented on code in PR #12522:
URL: https://github.com/apache/tvm/pull/12522#discussion_r973540792


##########
python/tvm/driver/tvmc/autotuner.py:
##########
@@ -139,6 +138,11 @@ def add_tune_parser(subparsers, _, json_params):
         help="enable tuning the graph through the AutoScheduler tuner",
         action="store_true",
     )
+    parser.add_argument(
+        "--visualize",

Review Comment:
   @areusch I also had the feeling that this is kinda unintuitive, since I 
added the option to write the visualizations directly to a file. How about 
introducing two separate command line flags `—visualize[-live]` (Type: `bool`) 
and `—visualize-[file|path]` (Type: `str`) to deal with that situation? If you 
would like that approach, please let me know how the two arguments should be 
called exactly.



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

Reply via email to