From 90667856428f9f244c72ea8b0f89e432a46fb2f1 Mon Sep 17 00:00:00 2001 From: zhaolei Date: Tue, 26 Nov 2024 15:05:08 +0800 Subject: [PATCH] =?UTF-8?q?advisor=20=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E5=BB=BA=E8=AE=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiler/advisor/rules/environment_variable_info.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profiler/advisor/rules/environment_variable_info.yaml b/profiler/advisor/rules/environment_variable_info.yaml index 09323e8e829..e40b3b48307 100644 --- a/profiler/advisor/rules/environment_variable_info.yaml +++ b/profiler/advisor/rules/environment_variable_info.yaml @@ -25,9 +25,9 @@ HOST_CACHE_CAPACITY: When the cached shapes appear again, the host execution performance will be improved, but the host memory usage increase.\n The specific increase is proportional to the value of the HOST_CACHE_CAPACITY and size of the model." suggest: "Setting a non-zero number, such as 'export HOST_CACHE_CAPACITY=20'" -ASCEND_ENHANCE_ENABLE: - desc: "Enable hccl ffts+ mode. 0-disable, 1-enable" - suggest: "Recommend enable hccl ffts+ mode by execute command 'export ASCEND_ENHANCE_ENABLE=1'" +HCCL_OP_BASE_FFTS_MODE_ENABLE: + desc: "Enable hccl ffts+ mode. FALSE-disable, TRUE-enable" + suggest: "Recommend enable hccl ffts+ mode by execute command 'export HCCL_OP_BASE_FFTS_MODE_ENABLE=TRUE'" PYTORCH_NPU_ALLOC_CONF: desc: "Controlling cache allocator behavior.\n The optional parameter is max_split_size_mb, garbage_collection_threshold and expandable_segments.\n -- Gitee