Skip to content

Commit

Permalink
Fixed search task comment (apache#15535)
Browse files Browse the repository at this point in the history
fixed search task comment
  • Loading branch information
thaisacs authored Aug 14, 2023
1 parent 482b3c2 commit 2b718e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/auto_scheduler/search_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ def __setstate__(self, state):
# workload[0] is either the compute function name or the ComputeDAG hash.
# The compute functions are already registered when importing TVM, so here
# we only register the ComputeDAG workloads. If the same workload has
# already been registered, the later registration overrides the prvious one.
# already been registered, the later registration overrides the previous one.
if workload[0] not in WORKLOAD_FUNC_REGISTRY:
register_workload_tensors(state["workload_key"], state["compute_dag"].tensors)

Expand Down

0 comments on commit 2b718e5

Please sign in to comment.