更新 scripts/gpu_bench_auto.sh

12
This commit is contained in:
joy 2025-11-07 14:58:16 +08:00
parent 7f6b708c1e
commit 0e91db27e5
1 changed files with 4 additions and 4 deletions

View File

@ -34,10 +34,10 @@ declare -rA TEST_CONFIGS=(
; [ \$? -eq 0 ] \
; GPU P2P带宽测试失败返回码非0"
# 新增 batchCUBLAS 压测项(命令:./batchCUBLAS --device=all
["batchCUBLAS"]="\
./batchCUBLAS --device=all \
; [ \$? -eq 0 ] && ! grep -qE 'ERROR|FATAL|Failed|Assertion failed' {LOG_FILE} \
; CUBLAS批量计算测试失败返回码非0或日志含错误信息"
#["batchCUBLAS"]="\
# ./batchCUBLAS --device=all \
# ; [ \$? -eq 0 ] && ! grep -qE 'ERROR|FATAL|Failed|Assertion failed' {LOG_FILE} \
# ; CUBLAS批量计算测试失败返回码非0或日志含错误信息"
)
# 必须的系统工具(缺失则提示安装)