From 820a84d8490cc5aa2f1cf3a659486d2d7f1d2723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=E7=9F=B3=E9=A1=B5?= Date: Wed, 9 Jul 2025 17:00:19 +0800 Subject: [PATCH] [Docs] environment update --- PyTorch/built-in/mm/OpenCLIP_for_PyTorch/test/env_npu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/PyTorch/built-in/mm/OpenCLIP_for_PyTorch/test/env_npu.sh b/PyTorch/built-in/mm/OpenCLIP_for_PyTorch/test/env_npu.sh index b7e879de0b..0055af2550 100644 --- a/PyTorch/built-in/mm/OpenCLIP_for_PyTorch/test/env_npu.sh +++ b/PyTorch/built-in/mm/OpenCLIP_for_PyTorch/test/env_npu.sh @@ -24,6 +24,7 @@ export ASCEND_GLOBAL_EVENT_ENABLE=0 # 绑核性能优化 export CPU_AFFINITY_CONF=1 export OMP_NUM_THREADS=1 +export COMBINED_ENABLE=1 #设置device侧日志登记为error msnpureport -g error -d 0 -- Gitee