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 7bb5387c95ebf5d2620fc3cd70a45ea6fdf0cd10..2bcad6cd194debf3038d3899adbb92816d77489f 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 3cea1274e5f6c7a7a96ef796e14fb95d2c23cf05..0d9cd43cbd1a6961a50775163ce4744cb942ff0a 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的环境变量详见 `昇腾社区