Skip to content

Commit 2b718e5

Browse files
authored
Fixed search task comment (#15535)
fixed search task comment
1 parent 482b3c2 commit 2b718e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tvm/auto_scheduler/search_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ def __setstate__(self, state):
576576
# workload[0] is either the compute function name or the ComputeDAG hash.
577577
# The compute functions are already registered when importing TVM, so here
578578
# we only register the ComputeDAG workloads. If the same workload has
579-
# already been registered, the later registration overrides the prvious one.
579+
# already been registered, the later registration overrides the previous one.
580580
if workload[0] not in WORKLOAD_FUNC_REGISTRY:
581581
register_workload_tensors(state["workload_key"], state["compute_dag"].tensors)
582582

0 commit comments

Comments
 (0)