Skip to content

Commit aea2e3e

Browse files
committed
ci: aarch64: add conv tests
1 parent 892f42f commit aea2e3e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/automation/aarch64/test.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
set -o errexit -o pipefail -o noclobber
2323

2424
SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"
25+
OUTPUT_XML=$1
26+
OUTPUT_LOG=$2
2527

2628
# Defines MP, CC, CXX and OS.
2729
source ${SCRIPT_DIR}/common.sh
@@ -33,4 +35,4 @@ fi
3335

3436
set -x
3537
ctest --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

.github/automation/performance/inputs/conv_nightly

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@
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

.github/automation/performance/run_benchdnn_compare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ REPS=5
3737
PERF='--perf-template=%prb%,%-time%,%-ctime%'
3838
MODE='--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

4242
echo ${FINAL_ARGS[@]}
4343

0 commit comments

Comments
 (0)