From 1d2f267934cb617a2dede585c2e83523777136ab Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Tue, 10 Jul 2018 13:15:34 +0100 Subject: COMPMID-1246 - Adding QASYMM8 on CL Convolution Layer benchmark Change-Id: I3d6eb2e4f7c39fa6ddadfe231ba304a325f6a2d2 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/139423 Reviewed-by: Pablo Tello Tested-by: Jenkins --- tests/benchmark/CL/ConvolutionLayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/benchmark') diff --git a/tests/benchmark/CL/ConvolutionLayer.cpp b/tests/benchmark/CL/ConvolutionLayer.cpp index e1cf99b573..1eb219075c 100644 --- a/tests/benchmark/CL/ConvolutionLayer.cpp +++ b/tests/benchmark/CL/ConvolutionLayer.cpp @@ -50,7 +50,7 @@ namespace benchmark { namespace { -const auto data_types = framework::dataset::make("DataType", { DataType::F16, DataType::F32 }); +const auto data_types = framework::dataset::make("DataType", { DataType::F16, DataType::F32, DataType::QASYMM8 }); } // namespace using CLGEMMConvolutionLayerFixture = ConvolutionLayerFixture; -- cgit v1.2.1