From 69766d60896e429f27ac094010ae1f30ebbdc630 Mon Sep 17 00:00:00 2001 From: Anitha Raj Date: Tue, 21 Nov 2023 11:19:50 +0000 Subject: Revert "Fix various coverity issues" This reverts commit 26c68a0e5f555e316cab18352fa3b62f22af8bfb. Signed-off-by: Anitha Raj Change-Id: I3a71762d1fa8b0a97ebf21fa1c1e4da94d39e887 --- src/gpu/cl/operators/ClMatMul.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gpu/cl/operators/ClMatMul.cpp') diff --git a/src/gpu/cl/operators/ClMatMul.cpp b/src/gpu/cl/operators/ClMatMul.cpp index 43303001d0..9962ee550a 100644 --- a/src/gpu/cl/operators/ClMatMul.cpp +++ b/src/gpu/cl/operators/ClMatMul.cpp @@ -91,6 +91,8 @@ MatMulKernelType get_matmul_kernel(const ITensorInfo *lhs, return MatMulKernelType::NATIVE_FP; } + + return is_quantized ? MatMulKernelType::NATIVE_QUANTIZED : MatMulKernelType::NATIVE_FP; } } // namespace using namespace arm_compute::opencl::kernels; -- cgit v1.2.1