Skip to content

Commit

Permalink
!16934 add HCCL_ALGO env value in metadata
Browse files Browse the repository at this point in the history
Merge pull request !16934 from wangqihui01/master
  • Loading branch information
wangqihui01 authored and it-is-a-robot committed Dec 18, 2024
1 parent 81461cd commit eee88a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torch_npu/profiler/analysis/prof_common_func/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def collect_env_vars():
"ASCEND_ENHANCE_ENABLE": os.environ.get("ASCEND_ENHANCE_ENABLE", ""),
"PYTORCH_NPU_ALLOC_CONF": os.environ.get("PYTORCH_NPU_ALLOC_CONF", ""),
"ASCEND_LAUNCH_BLOCKING": os.environ.get("ASCEND_LAUNCH_BLOCKING", ""),
"HCCL_ALGO": os.environ.get("HCCL_ALGO", ""),
}

return {"ENV_VARIABLES": collected_env_vars}
Expand Down

0 comments on commit eee88a2

Please sign in to comment.