File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2222set -o errexit -o pipefail -o noclobber
2323
2424SCRIPT_DIR=" $( dirname " $( readlink -f " $0 " ) " ) "
25+ OUTPUT_XML=$1
26+ OUTPUT_LOG=$2
2527
2628# Defines MP, CC, CXX and OS.
2729source ${SCRIPT_DIR} /common.sh
3335
3436set -x
3537ctest --no-tests=error --output-on-failure -E $( " ${SCRIPT_DIR} " /skipped-tests.sh) --output-junit ${OUTPUT_XML} | tee ${OUTPUT_LOG}
36- set +x
38+ set +x
Original file line number Diff line number Diff line change 2323--dir=FWD_D,FWD_B
2424--attr-fpmath=,bf16
2525--batch=shapes_resnet_50
26+
27+ --reset
28+ --dt=bf16,f32
29+ --batch=set_conv_all
Original file line number Diff line number Diff line change 3737PERF=' --perf-template=%prb%,%-time%,%-ctime%'
3838MODE=' --mode=P'
3939
40- FINAL_ARGS=(" ${BENCHDNN_ARGS[0]} " " ${PERF} " " ${MODE} " " ${BENCHDNN_ARGS[@]: 1} " )
40+ FINAL_ARGS=(" ${BENCHDNN_ARGS[0]} " " ${PERF} " " ${MODE} " " --max-ms-per-prb=500 " " ${BENCHDNN_ARGS[@]: 1} " )
4141
4242echo ${FINAL_ARGS[@]}
4343
You can’t perform that action at this time.
0 commit comments