diff --git a/docs/mindspore/source_en/api_python/env_var_list.rst b/docs/mindspore/source_en/api_python/env_var_list.rst index 46144ab9ecbb08b106c5bc4d8cecab18af31da43..84cc33b0de34142e7cc3b272382729251dc6cdff 100644 --- a/docs/mindspore/source_en/api_python/env_var_list.rst +++ b/docs/mindspore/source_en/api_python/env_var_list.rst @@ -341,7 +341,7 @@ Graph Compilation and Execution enable_debug_mode: Insert synchronization points before and after the graph kernel mod launch, and print debugging information if the launch fails. This is supported only for the GPU backend. Default value: `False`. path: use specified json file. When this option is set, the above options are ignored. - - Refer to the `Custom Fusion `_ + - Refer to the `Custom Fusion `_ * - MS_DEV_DISABLE_AUTO_H2D - Control whether the input of the operator performs implicit copying in PyNative mode. When enabled, implicit copying of operator input will be disabled. diff --git a/docs/mindspore/source_zh_cn/api_python/env_var_list.rst b/docs/mindspore/source_zh_cn/api_python/env_var_list.rst index b99fbcf457a24f3f0c87f5058a4199ced62c58df..8459888597db9e48358bd0eb7c62093ebc831d9d 100644 --- a/docs/mindspore/source_zh_cn/api_python/env_var_list.rst +++ b/docs/mindspore/source_zh_cn/api_python/env_var_list.rst @@ -341,7 +341,7 @@ enable_debug_mode:在图算kernelmod launch前后插同步,并在launch失败时打印调试信息,仅支持GPU后端。默认值: `False` 。 path:指定读取json配置。当设置该选项时,忽略以上选项。 - - 详细说明参考 `自定义融合 `_ + - 详细说明参考 `自定义融合 `_ * - MS_DEV_DISABLE_AUTO_H2D - 控制动态图流程算子输入是否隐式拷贝。开启后,将关闭动态图算子输入隐式拷贝。 diff --git a/tutorials/source_en/custom_program/fusion_pass.md b/tutorials/source_en/compile/fusion_pass.md similarity index 99% rename from tutorials/source_en/custom_program/fusion_pass.md rename to tutorials/source_en/compile/fusion_pass.md index f4067f849fb4545e698f37d99d0429090342940e..c476a53635fc5e08e979e714c3d8577c6ecc74ee 100644 --- a/tutorials/source_en/custom_program/fusion_pass.md +++ b/tutorials/source_en/compile/fusion_pass.md @@ -1,6 +1,6 @@ -# Custom Fusion +# Custom Fusion Strategy -[![View Source On Gitee](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/master/resource/_static/logo_source_en.svg)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_en/custom_program/fusion_pass.md) +[![View Source On Gitee](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/master/resource/_static/logo_source_en.svg)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_en/compile/fusion_pass.md) ## Overview diff --git a/tutorials/source_en/index.rst b/tutorials/source_en/index.rst index e10fdc2ccbfee4758d8ef4e8b6636af3efbe77e8..b8ff888cb223e6aeb225994fb20477661a794134 100644 --- a/tutorials/source_en/index.rst +++ b/tutorials/source_en/index.rst @@ -45,6 +45,7 @@ MindSpore Tutorial compile/statements compile/python_builtin_functions compile/static_graph_expert_programming + compile/fusion_pass .. toctree:: :glob: @@ -81,7 +82,6 @@ MindSpore Tutorial :hidden: custom_program/op_custom - custom_program/fusion_pass custom_program/hook_program .. toctree:: diff --git a/tutorials/source_zh_cn/custom_program/fusion_pass.md b/tutorials/source_zh_cn/compile/fusion_pass.md similarity index 99% rename from tutorials/source_zh_cn/custom_program/fusion_pass.md rename to tutorials/source_zh_cn/compile/fusion_pass.md index 8d6ea1ac7c6d5c387260bfc73af9cdeeaba68389..99f811583fbeba3e285b54353855ebb774a79db1 100644 --- a/tutorials/source_zh_cn/custom_program/fusion_pass.md +++ b/tutorials/source_zh_cn/compile/fusion_pass.md @@ -1,6 +1,6 @@ -# 自定义融合 +# 自定义融合策略 -[![查看源文件](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/master/resource/_static/logo_source.svg)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_zh_cn/custom_program/fusion_pass.md) +[![查看源文件](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/master/resource/_static/logo_source.svg)](https://gitee.com/mindspore/docs/blob/master/tutorials/source_zh_cn/compile/fusion_pass.md) ## 概述 diff --git a/tutorials/source_zh_cn/index.rst b/tutorials/source_zh_cn/index.rst index 4ed77cb60ebba9acc5e2592685b467f52e71e505..4fe672c75125f04f3e7a0318d58b8e6f981dcd55 100644 --- a/tutorials/source_zh_cn/index.rst +++ b/tutorials/source_zh_cn/index.rst @@ -45,6 +45,7 @@ MindSpore教程 compile/statements compile/python_builtin_functions compile/static_graph_expert_programming + compile/fusion_pass .. toctree:: :glob: @@ -81,7 +82,6 @@ MindSpore教程 :hidden: custom_program/op_custom - custom_program/fusion_pass custom_program/hook_program .. toctree::