Commit fb968ea7 by Ce Gao Committed by eqy

[AutoTVM] Fix typos (#3014)

Signed-off-by: Ce Gao <gaoce@caicloud.io>
parent ab890d6e
...@@ -63,7 +63,7 @@ from tvm import autotvm ...@@ -63,7 +63,7 @@ from tvm import autotvm
# -------------------------------- # --------------------------------
# In this section, we will rewrite a deterministic tvm schedule code to a # 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 # 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. # To begin with, here is how we implement a blocked matrix multiplication in tvm.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment