antinucleon commented on a change in pull request #7053:
URL: https://github.com/apache/tvm/pull/7053#discussion_r539060438
##########
File path: python/tvm/auto_scheduler/auto_schedule.py
##########
@@ -117,14 +132,21 @@ def __init__(
num_measure_trials=0,
early_stopping=None,
num_measures_per_round=64,
+ working_dir=None,
+ check_correctness=False,
verbose=1,
builder="local",
+ builder_n_parallel=-1,
Review comment:
This file is no longer used according to
https://github.com/apache/tvm/pull/7053#issuecomment-741010499 I think
@merrymercy forgets to delete 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.
For queries about this service, please contact Infrastructure at:
[email protected]