diff --git a/profiler/advisor/rules/environment_variable_info.yaml b/profiler/advisor/rules/environment_variable_info.yaml index 09323e8e829e8369c2dfa084ca5156e86e4bc417..e40b3b48307a82b129b4cdb5c4cb71753f83ac7a 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