From 6ad60af32af672f27e152bf37790cd0c0c4db696 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Tue, 9 Jun 2020 14:52:15 +0100 Subject: COMPMID-3520: Move ndrange.hpp header from arm_gemm to assembly Change-Id: I6352a520ce38230cdfbad346b176cb659ab242a7 Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3327 Tested-by: Arm Jenkins Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins --- scripts/clang_tidy_rules.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/clang_tidy_rules.py b/scripts/clang_tidy_rules.py index a030f211a4..5e13aa04b4 100755 --- a/scripts/clang_tidy_rules.py +++ b/scripts/clang_tidy_rules.py @@ -8,6 +8,8 @@ def get_list_includes(): "arm_compute/core/NEON/kernels/convolution/common " \ "arm_compute/core/NEON/kernels/convolution/depthwise " \ "arm_compute/core/NEON/kernels/convolution/winograd " \ + "src/core/NEON/kernels/assembly " \ + "src/core/NEON/kernels/convolution/winograd " \ "include/linux include " \ ". " \ "3rdparty/include kernels".split() -- cgit v1.2.1