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:
[email protected]


Reply via email to