Skip to content

Commit

Permalink
add the exmple for resuming the search
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy committed Sep 16, 2020
1 parent 356cf8f commit 59583c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/tvm/auto_scheduler/auto_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class TuningOptions(Object):
measure_callbacks: Optional[List[MeasureCallback]]
Callback functions called after each measurement.
Candidates:
- auto_scheduler.RecordToFile
- auto_scheduler.RecordToFile
"""

def __init__(
Expand Down
2 changes: 1 addition & 1 deletion tutorials/auto_scheduler/tune_matmul_x86.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def resume_search(task, log_file):
# resume_search(task, "matmul.json")

######################################################################
# .. note::
# .. note:: A
# We cannot run the line above because of the conflict between
# python's multiprocessing and tvm's thread pool.
# After running a tvm generated binary (L112), the python's multiprocessing
Expand Down

0 comments on commit 59583c7

Please sign in to comment.