Skip to content

Commit 59583c7

Browse files
committed
add the exmple for resuming the search
1 parent 356cf8f commit 59583c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/tvm/auto_scheduler/auto_schedule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class TuningOptions(Object):
112112
measure_callbacks: Optional[List[MeasureCallback]]
113113
Callback functions called after each measurement.
114114
Candidates:
115-
- auto_scheduler.RecordToFile
115+
- auto_scheduler.RecordToFile
116116
"""
117117

118118
def __init__(

tutorials/auto_scheduler/tune_matmul_x86.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def resume_search(task, log_file):
156156
# resume_search(task, "matmul.json")
157157

158158
######################################################################
159-
# .. note::
159+
# .. note:: A
160160
# We cannot run the line above because of the conflict between
161161
# python's multiprocessing and tvm's thread pool.
162162
# After running a tvm generated binary (L112), the python's multiprocessing

0 commit comments

Comments
 (0)