From 918729d3c0ae6fc23c15b2fa87ef6c0f574330a1 Mon Sep 17 00:00:00 2001 From: Ce Gao Date: Sat, 13 Apr 2019 03:37:08 +0800 Subject: [PATCH] [AutoTVM] Fix typos (#3014) Signed-off-by: Ce Gao --- tutorials/autotvm/tune_simple_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/autotvm/tune_simple_template.py b/tutorials/autotvm/tune_simple_template.py index dac4f157f44a..832e060312d4 100644 --- a/tutorials/autotvm/tune_simple_template.py +++ b/tutorials/autotvm/tune_simple_template.py @@ -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.