From 81f796b1d49d737d5f24fdc83397dbdbd1fac7d7 Mon Sep 17 00:00:00 2001 From: Viet-Hoa Do Date: Fri, 23 Dec 2022 14:42:55 +0000 Subject: Fix various compilation errors Partially resolves: COMPMID-5794 Signed-off-by: Viet-Hoa Do Change-Id: I275d0401be978e86507990bdb7dc5b1538a108d8 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8884 Tested-by: Arm Jenkins Reviewed-by: Gunes Bayir Comments-Addressed: Arm Jenkins Benchmark: Arm Jenkins --- src/core/NEON/kernels/arm_gemm/std_transforms_sme.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/NEON') diff --git a/src/core/NEON/kernels/arm_gemm/std_transforms_sme.hpp b/src/core/NEON/kernels/arm_gemm/std_transforms_sme.hpp index 054088e0b5..3c9a902298 100644 --- a/src/core/NEON/kernels/arm_gemm/std_transforms_sme.hpp +++ b/src/core/NEON/kernels/arm_gemm/std_transforms_sme.hpp @@ -69,6 +69,7 @@ public: template void Merge(TOut *out, const TResult *in, int stride, int y0, int ymax, int x0, int xmax, const TOut *bias, const Activation act, bool accumulate) { // Separate merge not supported for SME. + ARM_COMPUTE_UNUSED(out, in, stride, y0, ymax, x0, xmax, bias, act, accumulate); } }; -- cgit v1.2.1