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 2020/09/16 01:59:24 UTC

[GitHub] [incubator-tvm] jcf94 commented on a change in pull request #6488: [TUTORIAL][ANSOR] Using the template-free auto-scheduler on CPU

jcf94 commented on a change in pull request #6488:
URL: https://github.com/apache/incubator-tvm/pull/6488#discussion_r489112695



##########
File path: python/tvm/auto_scheduler/auto_schedule.py
##########
@@ -156,16 +159,41 @@ def __init__(
         )
 
 
+def create_task(func, args, target, target_host=None, hardware_params=None):

Review comment:
       I'm thinking about what's the different of calling `SearchTask()` directly, seems they just have different input parameters.
   
   I notice that AutoTVM used an api of `autotvm.task.create()`, should we keep them the same?
   
   Anyway, it's fine since we may continue to refine our APIs later.




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