aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2020-12-01 16:56:36 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2020-12-02 12:41:05 +0000
commitd308df3186b4f6057f94b45b7bed7935c618ea80 (patch)
treeb4373881b427e69ae22cefd0edd7fd66f294bd8f /Android.bp
parentadd8e815ea94c8f8e6b1c9faf18527695f1332ec (diff)
downloadComputeLibrary-d308df3186b4f6057f94b45b7bed7935c618ea80.tar.gz
Remove unused CLGEMMMatrixVectorMultiplyKernel
Partially Resolves: COMPMID-3924 Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Change-Id: Ibc47bd5bf5203dbad8d0755608918fcb384053c3 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4633 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index a4ca5c79e8..e9b3588a83 100644
--- a/Android.bp
+++ b/Android.bp
@@ -139,7 +139,6 @@ cc_library_static {
"src/core/CL/kernels/CLGEMMMatrixMultiplyNativeKernel.cpp",
"src/core/CL/kernels/CLGEMMMatrixMultiplyReshapedKernel.cpp",
"src/core/CL/kernels/CLGEMMMatrixMultiplyReshapedOnlyRHSKernel.cpp",
- "src/core/CL/kernels/CLGEMMMatrixVectorMultiplyKernel.cpp",
"src/core/CL/kernels/CLGEMMReshapeLHSMatrixKernel.cpp",
"src/core/CL/kernels/CLGEMMReshapeRHSMatrixKernel.cpp",
"src/core/CL/kernels/CLGatherKernel.cpp",