diff --git a/docs/zh/server/development/ai4c/ai4c_user_manual.md b/docs/zh/server/development/ai4c/ai4c_user_manual.md index 054c4e9cdeeeef52216daa69d01876895d08e360..9b5e3759c0b603a7eeb2a16e8d8873fde0b94801 100644 --- a/docs/zh/server/development/ai4c/ai4c_user_manual.md +++ b/docs/zh/server/development/ai4c/ai4c_user_manual.md @@ -332,7 +332,7 @@ OppCompileCommand = %(BaseCommand)s \ -fplugin-arg-rtl_unroll_autotune_plugin_gcc12-generate=%(OppDir)s ``` -其次,我们可以准备一份额外的参数搜索空间文件`seach_space.yaml`,自定义缩小参数空间。例如,动态库默认选择循环展开系数空间为$\{0, 2^0=1, 2^1=2, ..., 2^6=64\}$,我们可以把搜索空间调整为$\{0, 2^0=1, 2^1=2, ..., 2^5=32\}$。 +其次,我们可以准备一份额外的参数搜索空间文件`search_space.yaml`,自定义缩小参数空间。例如,动态库默认选择循环展开系数空间为$\{0, 2^0=1, 2^1=2, ..., 2^6=64\}$,我们可以把搜索空间调整为$\{0, 2^0=1, 2^1=2, ..., 2^5=32\}$。 ```yaml CodeRegion: @@ -423,7 +423,7 @@ OppCompileCommand = %(BaseCommand)s \ -fplugin-arg-coarse_option_tuning_plugin_gcc12-generate=%(OppDir)s ``` -其次,我们可以准备一份额外的参数搜索空间文件`seach_space.yaml`,自定义参数空间。例如,在以下文件中,我们将搜索空间限制在预取相关选项上的调优。 +其次,我们可以准备一份额外的参数搜索空间文件`search_space.yaml`,自定义参数空间。例如,在以下文件中,我们将搜索空间限制在预取相关选项上的调优。 ```yaml CodeRegion: