Skip to content

Commit

Permalink
[AutoTVM] Fix typos (apache#3014)
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <[email protected]>
  • Loading branch information
gaocegege authored and Wei Chen committed May 13, 2019
1 parent b1f5d90 commit 918729d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/autotvm/tune_simple_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# --------------------------------
# In this section, we will rewrite a deterministic tvm schedule code to a
# tunable schedule template. You can regard the process of search space definition
# as the parametrization of our exiting schedule code.
# as the parametrization of our existing schedule code.
#
# To begin with, here is how we implement a blocked matrix multiplication in tvm.

Expand Down

0 comments on commit 918729d

Please sign in to comment.