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 --- arm_compute/runtime/CL/CLFunctions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/runtime/CL/CLFunctions.h') diff --git a/arm_compute/runtime/CL/CLFunctions.h b/arm_compute/runtime/CL/CLFunctions.h index fe90b0989f..0b69c96673 100644 --- a/arm_compute/runtime/CL/CLFunctions.h +++ b/arm_compute/runtime/CL/CLFunctions.h @@ -29,6 +29,7 @@ #include "arm_compute/runtime/CL/functions/CLAccumulate.h" #include "arm_compute/runtime/CL/functions/CLActivationLayer.h" #include "arm_compute/runtime/CL/functions/CLArithmeticAddition.h" +#include "arm_compute/runtime/CL/functions/CLArithmeticDivision.h" #include "arm_compute/runtime/CL/functions/CLArithmeticSubtraction.h" #include "arm_compute/runtime/CL/functions/CLBatchNormalizationLayer.h" #include "arm_compute/runtime/CL/functions/CLBitwiseAnd.h" -- cgit v1.2.1