shingjan commented on code in PR #13061:
URL: https://github.com/apache/tvm/pull/13061#discussion_r994926643
##########
python/tvm/contrib/torch/as_torch.py:
##########
@@ -63,7 +63,7 @@ def tune(
database: ms.Database.DatabaseType = "json",
cost_model: ms.CostModel.CostModelType = "xgb",
measure_callbacks: ms.MeasureCallback.CallbackListType = "default",
- task_scheduler: ms.TaskScheduler.TaskSchedulerType = "round-robin",
+ task_scheduler: ms.task_scheduler.TaskScheduler.TaskSchedulerType =
"round-robin",
Review Comment:
Yeah that is good point. I thought about it but realize that maybe we don't
want to expose the `TaskScheduler` api to ms-level with the refactoring
@junrushao sent it.
--
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]