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/06 23:45:19 UTC

[GitHub] [tvm] jwfromm commented on a change in pull request #7792: [TVMC] Autotuning - Hardware configs not default

jwfromm commented on a change in pull request #7792:
URL: https://github.com/apache/tvm/pull/7792#discussion_r608247841



##########
File path: python/tvm/driver/tvmc/autotuner.py
##########
@@ -138,7 +138,11 @@ def add_tune_parser(subparsers):
         "Autoscheduler options",
         "Autoscheduler options, used when --enabled-auto-scheduler is provided",
     )
-
+    auto_scheduler_group = parser.add_argument(
+        "--enable-hardware-params",
+        help="enable hardware specific controls such as cores, threads, memory etc.",

Review comment:
       Adding a hardware-params subparser is an excellent idea. 




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