From f438d54780af4ae90638f5d57acdd5e98d6596e9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 2 Jun 2023 15:24:54 +0200 Subject: VA cpu: limit to DPU type --- VA/baselines/cpu/run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'VA/baselines/cpu') diff --git a/VA/baselines/cpu/run.sh b/VA/baselines/cpu/run.sh index 147a485..1b3d1e0 100755 --- a/VA/baselines/cpu/run.sh +++ b/VA/baselines/cpu/run.sh @@ -18,7 +18,8 @@ echo "Revision $(git describe --always)" for nr_threads in 88 64 44 1 2 4 6 8 12 16 20 24 32; do for i in 16777216 8388608 4194304 33554432 67108864; do - for dt in int8_t int16_t int32_t int64_t float double; do + #for dt in int8_t int16_t int32_t int64_t float double; do + for dt in int32_t; do if make -B TYPE=${dt}; then # -w 1 to make sure that target array (C) is allocated timeout -k 1m 30m ./va -i ${i} -w 1 -e 100 -t ${nr_threads} -x 1 || true -- cgit v1.2.3