aboutsummaryrefslogtreecommitdiff
path: root/src/gpu/cl/ClKernelLibrary.cpp
diff options
context:
space:
mode:
authorGian Marco Iodice <gianmarco.iodice@arm.com>2021-10-15 10:23:24 +0100
committerGian Marco Iodice <gianmarco.iodice@arm.com>2021-10-18 13:26:35 +0000
commitc9cecc0e565e7b4978cecc92e03e6c93bb8d0cb9 (patch)
treee5e26af2cd1d8537c528a401ddbc729ae7beb2bb /src/gpu/cl/ClKernelLibrary.cpp
parent36118524d2f387be53dc95e5eebabfcb3ec21f31 (diff)
downloadComputeLibrary-c9cecc0e565e7b4978cecc92e03e6c93bb8d0cb9.tar.gz
Remove legacy GeMM kernels on OpenCL
Resolves COMPMID-4446 Change-Id: I1d3c2391b67681f4d3af440826aa95b47a1288a6 Signed-off-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6444 Reviewed-by: Giorgio Arena <giorgio.arena@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/gpu/cl/ClKernelLibrary.cpp')
-rw-r--r--src/gpu/cl/ClKernelLibrary.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gpu/cl/ClKernelLibrary.cpp b/src/gpu/cl/ClKernelLibrary.cpp
index 4af42262b9..9d524f936e 100644
--- a/src/gpu/cl/ClKernelLibrary.cpp
+++ b/src/gpu/cl/ClKernelLibrary.cpp
@@ -271,16 +271,6 @@ const std::map<std::string, std::string> ClKernelLibrary::_kernel_program_map =
{ "gemm_ma_f32", "common/gemm.cl" },
{ "gemm_mv", "common/gemv.cl" },
{ "gemm_mv_quantized", "common/gemv.cl" },
- { "gemm_mm_interleaved_transposed_f16", "common/gemm_v1.cl" },
- { "gemm_mm_interleaved_transposed_f16_acc32", "common/gemm_v1.cl" },
- { "gemm_mm_interleaved_transposed_f16_bifrost", "common/gemm_v1.cl" },
- { "gemm_mm_interleaved_transposed_f32", "common/gemm_v1.cl" },
- { "gemm_mm_interleaved_transposed_f32_bifrost", "common/gemm_v1.cl" },
- { "gemm_mm_floating_point", "common/gemm_v1.cl" },
- { "gemm_mm_floating_point_f16_bifrost", "common/gemm_v1.cl" },
- { "gemm_mm_floating_point_f16_bifrost_acc32", "common/gemm_v1.cl" },
- { "gemm_mm_floating_point_f32_bifrost", "common/gemm_v1.cl" },
- { "gemm_mm_floating_point_f32_bifrost_1000", "common/gemm_v1.cl" },
{ "gemm_mm_native", "common/gemm.cl" },
{ "gemm_mm_reshaped_lhs_nt_rhs_t", "common/gemm.cl" },
{ "gemm_mm_reshaped_lhs_nt_rhs_t_texture", "common/gemm.cl" },
@@ -591,10 +581,6 @@ const std::map<std::string, std::string> ClKernelLibrary::_program_source_map =
#include "./cl_kernels/common/gemm.clembed"
},
{
- "common/gemm_v1.cl",
-#include "./cl_kernels/common/gemm_v1.clembed"
- },
- {
"common/gemmlowp.cl",
#include "./cl_kernels/common/gemmlowp.clembed"
},