We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482b3c2 commit 2b718e5Copy full SHA for 2b718e5
python/tvm/auto_scheduler/search_task.py
@@ -576,7 +576,7 @@ def __setstate__(self, state):
576
# workload[0] is either the compute function name or the ComputeDAG hash.
577
# The compute functions are already registered when importing TVM, so here
578
# we only register the ComputeDAG workloads. If the same workload has
579
- # already been registered, the later registration overrides the prvious one.
+ # already been registered, the later registration overrides the previous one.
580
if workload[0] not in WORKLOAD_FUNC_REGISTRY:
581
register_workload_tensors(state["workload_key"], state["compute_dag"].tensors)
582
0 commit comments