预赛最终版本v1.0.0: 确定PGO和原负载均衡方案在当前版本造成负优化已经回退

This commit is contained in:
2026-03-01 18:04:25 +08:00
parent 16013081e0
commit 44efb2e08c
14 changed files with 65 additions and 99 deletions

View File

@@ -70,7 +70,7 @@ def makefile_ABE():
## Build command with CPU binding to nohz_full cores
if (input_data.GPU_Calculation == "no"):
makefile_command = f"{NUMACTL_CPU_BIND} make -j{BUILD_JOBS} INTERP_LB_MODE=optimize ABE"
makefile_command = f"{NUMACTL_CPU_BIND} make -j{BUILD_JOBS} INTERP_LB_MODE=off ABE"
elif (input_data.GPU_Calculation == "yes"):
makefile_command = f"{NUMACTL_CPU_BIND} make -j{BUILD_JOBS} ABEGPU"
else: