From f9b335a500216e63af1a5716c287501e6ebae97a Mon Sep 17 00:00:00 2001 From: hbhu_bin Date: Fri, 18 Jul 2025 15:17:07 +0800 Subject: [PATCH] fix O2 to GE backend --- docs/mindspore/source_en/api_python/env_var_list.rst | 6 +++--- docs/mindspore/source_zh_cn/api_python/env_var_list.rst | 6 +++--- .../source_en/custom_program/operation/op_custom_ascendc.md | 2 +- .../custom_program/operation/op_custom_ascendc.md | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) 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 7bb5387c95..2bcad6cd19 100644 --- a/docs/mindspore/source_en/api_python/env_var_list.rst +++ b/docs/mindspore/source_en/api_python/env_var_list.rst @@ -244,7 +244,7 @@ Graph Compilation and Execution 0: not enabled. Default value: 0 - - Ascend AI processor environment and graph compilation grade O2 process use only. + - Ascend AI processor environment and GE backend use only. * - MS_ENABLE_GRACEFUL_EXIT - Enable training process exit gracefully - Integer @@ -982,7 +982,7 @@ For more information about CANN's environment variables, see `Ascend community < - Value Range - Description * - MS_FORMAT_MODE - - Set the default preferred format for Ascend and graph compilation grade O2 processes, with the entire network set to ND format + - Set the default preferred format for Ascend and GE backend, with the entire network set to ND format - Integer - 1: The operator prioritizes the ND format. @@ -991,7 +991,7 @@ For more information about CANN's environment variables, see `Ascend community < Default value: 1 - This environment variable affects the choice of format for the operator, which has an impact on network execution performance and memory usage, and can be tested by setting this option to get a better choice of operator format in terms of performance and memory. - Ascend AI processor environment and graph compilation grade O2 processes only. + Ascend AI processor environment and GE backend only. Profiler ----------- 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 3cea1274e5..0d9cd43cbd 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 @@ -244,7 +244,7 @@ 0:不使能。 默认值:0 - - 仅限Ascend AI处理器环境图编译等级为O2流程使用。 + - 仅限Ascend AI处理器环境GE后端流程使用。 * - MS_ENABLE_GRACEFUL_EXIT - 设置使能进程优雅退出 - Integer @@ -978,7 +978,7 @@ CANN的环境变量详见 `昇腾社区