From 0a887922c73bbe7c5d42b1eb3ae55730f0d9a139 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Mon, 11 Jun 2018 16:30:23 +0100 Subject: COMPMID-1222 Implementing CLArithmeticDivision - FP32 / FP16 Change-Id: I2e3f725ef5ed1454755086b9640ab84a81f4d40e Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/135170 Reviewed-by: Anthony Barbier Tested-by: Jenkins --- src/core/CL/CLKernelLibrary.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/CL/CLKernelLibrary.cpp') diff --git a/src/core/CL/CLKernelLibrary.cpp b/src/core/CL/CLKernelLibrary.cpp index 207efa6aa1..0b2f414c71 100644 --- a/src/core/CL/CLKernelLibrary.cpp +++ b/src/core/CL/CLKernelLibrary.cpp @@ -151,6 +151,7 @@ const std::map CLKernelLibrary::_kernel_program_map = { "activation_layer_qa8", "activation_layer_qa8.cl" }, { "arithmetic_add", "arithmetic_op.cl" }, { "arithmetic_sub", "arithmetic_op.cl" }, + { "arithmetic_div", "arithmetic_op.cl" }, { "batchnormalization_layer_nchw", "batchnormalization_layer.cl" }, { "batchnormalization_layer_nhwc", "batchnormalization_layer.cl" }, { "bitwise_or", "bitwise_op.cl" }, -- cgit v1.2.1