aboutsummaryrefslogtreecommitdiff
path: root/src/gpu/cl/operators/ClMatMul.cpp
diff options
context:
space:
mode:
authorSiCong Li <sicong.li@arm.com>2023-11-14 15:17:10 +0000
committerAnitha Raj <anitha.raj@arm.com>2023-11-15 14:16:26 +0000
commit26c68a0e5f555e316cab18352fa3b62f22af8bfb (patch)
treef8a24f6cda3c05335e752aeba5a5f3e0286ac15e /src/gpu/cl/operators/ClMatMul.cpp
parentc107c9329d258f684c5834ad7bf607fc7cb7305e (diff)
downloadComputeLibrary-26c68a0e5f555e316cab18352fa3b62f22af8bfb.tar.gz
Fix various coverity issues
Resolves COMPMID-6677 Signed-off-by: SiCong Li <sicong.li@arm.com> Change-Id: I99bf2385f6edc0836faacb31f5c66ed4fb051e40 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10729 Benchmark: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Viet-Hoa Do <viet-hoa.do@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/gpu/cl/operators/ClMatMul.cpp')
-rw-r--r--src/gpu/cl/operators/ClMatMul.cpp2
1 files changed, 0 insertions, 2 deletions
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;