Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 7f76f32

Browse files
committed
fixed bug
1 parent 6ad377e commit 7f76f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/margin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ do
2121
for name in "${CNNS[@]}"
2222
do
2323
echo "Benchmark $name with BS=$BS and DTYPE=$DTYPE"
24-
numactl -N 1 benchmark-run -b cnn -p "name='${name}',batch_size='$BS'" --dtype "${DTYPE}" --benchmark_desc "${name}_bs$BS" --host "${HOST}" -c "${COMPILER}" --skip_verification | true
24+
numactl -N 1 benchmark-run -b cnn -p "name='${name}',batch_size='$BS'" --dtype "${DTYPE}" --benchmark_desc "${name}_bs$BS" --host "${HOST}" -c "${COMPILER}" --skip_verification
2525
done
2626
done
2727
done

0 commit comments

Comments
 (0)