From f26ea2f8cc957a1e6faf0361dea805fb2e236061 Mon Sep 17 00:00:00 2001 From: Ramy Elgammal Date: Fri, 24 Mar 2023 11:42:03 +0000 Subject: Implement MatMul Function Resolves: COMPMID-5949 Signed-off-by: Ramy Elgammal Change-Id: Idd8cfe6ea94a14f0b23178f6781251b5f0955563 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9390 Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Gunes Bayir Benchmark: Arm Jenkins --- src/gpu/cl/kernels/ClNativeMatMulKernel.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/gpu/cl/kernels') diff --git a/src/gpu/cl/kernels/ClNativeMatMulKernel.h b/src/gpu/cl/kernels/ClNativeMatMulKernel.h index 021292a4ae..3d0f18ec84 100644 --- a/src/gpu/cl/kernels/ClNativeMatMulKernel.h +++ b/src/gpu/cl/kernels/ClNativeMatMulKernel.h @@ -24,8 +24,6 @@ #ifndef ACL_SRC_GPU_CL_KERNELS_CLNATIVEMATMULKERNEL #define ACL_SRC_GPU_CL_KERNELS_CLNATIVEMATMULKERNEL -#include "arm_compute/core/CL/CLHelpers.h" -#include "arm_compute/core/CL/CLKernelLibrary.h" #include "arm_compute/core/KernelDescriptors.h" #include "src/core/common/Macros.h" #include "src/gpu/cl/ClCompileContext.h" @@ -65,7 +63,7 @@ public: void run_op(ITensorPack &tensors, const Window &window, cl::CommandQueue &queue) override; private: - bool _export_rhs_to_cl_image { false }; + bool _export_rhs_to_cl_image{ false }; }; } // namespace kernels } // namespace opencl -- cgit v1.2.1