aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/CLKernels.h
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 /src/core/CL/CLKernels.h
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 'src/core/CL/CLKernels.h')
-rw-r--r--src/core/CL/CLKernels.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/CL/CLKernels.h b/src/core/CL/CLKernels.h
index 282cc96dd8..b335372fa9 100644
--- a/src/core/CL/CLKernels.h
+++ b/src/core/CL/CLKernels.h
@@ -86,7 +86,6 @@
#include "src/core/CL/kernels/CLGEMMMatrixMultiplyNativeKernel.h"
#include "src/core/CL/kernels/CLGEMMMatrixMultiplyReshapedKernel.h"
#include "src/core/CL/kernels/CLGEMMMatrixMultiplyReshapedOnlyRHSKernel.h"
-#include "src/core/CL/kernels/CLGEMMMatrixVectorMultiplyKernel.h"
#include "src/core/CL/kernels/CLGEMMReshapeLHSMatrixKernel.h"
#include "src/core/CL/kernels/CLGEMMReshapeRHSMatrixKernel.h"
#include "src/core/CL/kernels/CLGatherKernel.h"