From 3ebef32816435516f68cefba689dba7216464154 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Wed, 21 Feb 2018 10:02:58 +0000 Subject: COMPMID-949: Optimizing CLDepthwiseConvolution3x3Kernel for FP16 Change-Id: I2af6544eab17004c5b3de56557cb2cc5efecc915 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/122181 Tested-by: Jenkins Reviewed-by: Michalis Spyrou --- tests/benchmark/CL/DepthwiseConvolutionLayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/benchmark') diff --git a/tests/benchmark/CL/DepthwiseConvolutionLayer.cpp b/tests/benchmark/CL/DepthwiseConvolutionLayer.cpp index b56b8cb67a..5cef7bb404 100644 --- a/tests/benchmark/CL/DepthwiseConvolutionLayer.cpp +++ b/tests/benchmark/CL/DepthwiseConvolutionLayer.cpp @@ -39,7 +39,7 @@ namespace test { namespace benchmark { -const auto data_types = framework::dataset::make("DataType", { DataType::F32, DataType::QASYMM8 }); +const auto data_types = framework::dataset::make("DataType", { DataType::F16, DataType::F32, DataType::QASYMM8 }); using CLDepthwiseConvolutionLayerFixture = DepthwiseConvolutionLayerFixture; TEST_SUITE(CL) -- cgit v1.2.1