From 26c68a0e5f555e316cab18352fa3b62f22af8bfb Mon Sep 17 00:00:00 2001 From: SiCong Li Date: Tue, 14 Nov 2023 15:17:10 +0000 Subject: Fix various coverity issues Resolves COMPMID-6677 Signed-off-by: SiCong Li Change-Id: I99bf2385f6edc0836faacb31f5c66ed4fb051e40 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10729 Benchmark: Arm Jenkins Reviewed-by: Viet-Hoa Do Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- src/gpu/cl/operators/ClMatMul.cpp | 2 -- 1 file changed, 2 deletions(-) (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 9962ee550a..43303001d0 100644 --- a/src/gpu/cl/operators/ClMatMul.cpp +++ b/src/gpu/cl/operators/ClMatMul.cpp @@ -91,8 +91,6 @@ 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