From 8b4c7303653bd79865e5668d0dc7a10788a125e8 Mon Sep 17 00:00:00 2001 From: SiCong Li Date: Thu, 19 Sep 2019 12:18:15 +0100 Subject: 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 Reviewed-on: https://review.mlplatform.org/c/1961 Comments-Addressed: Arm Jenkins Reviewed-by: Gian Marco Iodice Tested-by: Arm Jenkins --- scripts/check_bad_style.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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 -- cgit v1.2.1