aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/CLKernelLibrary.cpp
diff options
context:
space:
mode:
authorGian Marco Iodice <gianmarco.iodice@arm.com>2017-06-23 09:34:33 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:14:20 +0100
commit578ab61332aede4e11b7d5d92dbd72993d807a08 (patch)
tree67e4588a570277a42e8a36c66eca24092e89c362 /src/core/CL/CLKernelLibrary.cpp
parentec8b45e7333006ae06d834e300c11a4fd1b4c067 (diff)
downloadComputeLibrary-578ab61332aede4e11b7d5d92dbd72993d807a08.tar.gz
COMPMID-414 - Port CLConvolutionLayer to support 8 bit fixed point - CLGEMMMatrixAccumulateBiasesKernel
Change-Id: Idba13b578dc564b8003ce2fa3392eea2af3ce806 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/78664 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'src/core/CL/CLKernelLibrary.cpp')
-rw-r--r--src/core/CL/CLKernelLibrary.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/CL/CLKernelLibrary.cpp b/src/core/CL/CLKernelLibrary.cpp
index 45a247db1a..6c64265785 100644
--- a/src/core/CL/CLKernelLibrary.cpp
+++ b/src/core/CL/CLKernelLibrary.cpp
@@ -151,8 +151,7 @@ const std::map<std::string, std::string> CLKernelLibrary::_kernel_program_map =
{ "finalize", "optical_flow_pyramid_lk.cl" },
{ "gaussian1x5_sub_x", "gaussian_pyramid.cl" },
{ "gaussian5x1_sub_y", "gaussian_pyramid.cl" },
- { "gemm_accumulate_biases_f16", "gemm.cl" },
- { "gemm_accumulate_biases_f32", "gemm.cl" },
+ { "gemm_accumulate_biases", "gemm.cl" },
{ "gemm_interleave4x4_8bit", "gemm.cl" },
{ "gemm_interleave4x4_16bit", "gemm.cl" },
{ "gemm_interleave4x4_32bit", "gemm.cl" },