aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSiCong Li <sicong.li@arm.com>2019-09-19 12:18:15 +0100
committerSiCong Li <sicong.li@arm.com>2019-09-25 14:09:21 +0000
commit8b4c7303653bd79865e5668d0dc7a10788a125e8 (patch)
tree8dae3ca29ca073d4abf1bca1a3c01a9aed43a437 /scripts
parent572576a88b2a338a2986ae8025d97bb819b4190b (diff)
downloadComputeLibrary-8b4c7303653bd79865e5668d0dc7a10788a125e8.tar.gz
COMPMID-2566 - Add CLGEMMReshapedOnlyRHS example
* Add example * Add shell script for running example on predefined tunable configs Change-Id: I1660c37a071492b4da5cf97c1ced5ac4a08b19ce Signed-off-by: SiCong Li <sicong.li@arm.com> Reviewed-on: https://review.mlplatform.org/c/1961 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check_bad_style.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/check_bad_style.sh b/scripts/check_bad_style.sh
index b3e0b39be5..acc496b00a 100755
--- a/scripts/check_bad_style.sh
+++ b/scripts/check_bad_style.sh
@@ -87,6 +87,7 @@ do
"arm_compute_version.embed");;
".clang-format");;
".clang-tidy");;
+ "README.md");;
#It's an error for other files to not contain the MIT header:
*)
spdx_missing=1