aboutsummaryrefslogtreecommitdiff
path: root/src/gpu/cl/ClKernelLibrary.cpp
diff options
context:
space:
mode:
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"
},