From 4dfc235367e602a366952a8495679e339d7a7263 Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Wed, 2 Aug 2017 14:51:36 +0100 Subject: COMPMID-415: Move GEMM to new validation Change-Id: Ie32f981c86fa1b01905d2776b0d0a0a47b228f0b Reviewed-on: http://mpd-gerrit.cambridge.arm.com/82538 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- scripts/check_bad_style.sh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'scripts') diff --git a/scripts/check_bad_style.sh b/scripts/check_bad_style.sh index 6a88b67cdc..0f0b657521 100755 --- a/scripts/check_bad_style.sh +++ b/scripts/check_bad_style.sh @@ -60,6 +60,13 @@ then exit -1 fi +grep -Hnir "ARM_COMPUTE_ENABLE_FP16" ./tests/validation_new/CL | tee bad_style.log +if [[ $(cat bad_style.log | wc -l) > 0 ]] +then + echo "" + echo "ERROR: Found ARM_COMPUTE_ENABLE_FP16 in CL tests though F16 is always supported for OpenCL" + exit -1 +fi spdx_missing=0 for f in $(find $DIRECTORIES -type f) -- cgit v1.2.1