Commit 9056fc40 by Kaiyan Chang Committed by Wuwei Lin

Update tune_simple_template.py (#4778)

fixed a spelling mistake.
parent bef00f7e
...@@ -172,7 +172,7 @@ def matmul_v1(N, L, M, dtype): ...@@ -172,7 +172,7 @@ def matmul_v1(N, L, M, dtype):
# However, we also provide another set of API to make the space definition # However, we also provide another set of API to make the space definition
# easier and smarter. It is recommended to use this set of high level API. # easier and smarter. It is recommended to use this set of high level API.
# #
# In the flowing example, we use :any:`ConfigSpace.define_split` to define a split # In the following example, we use :any:`ConfigSpace.define_split` to define a split
# knob. It will enumerate all the possible ways to split an axis and construct # knob. It will enumerate all the possible ways to split an axis and construct
# the space. # the space.
# #
......
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