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 47da382f7f1ff3d07d87de688b8cff60c43d5471..b189d6cb4a70096b73d5403ac9a46d11bf8ff0e2 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 8c15624c7607ff02628c54cd403ea7296e028123..1f4a02921a1c4da7d1e531cf0df6570636ca9051 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的环境变量详见 `昇腾社区