From ee94f6aaf774f1b7841cb43dbefbb4ef5b373bde Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Mon, 11 Sep 2017 17:38:02 +0100 Subject: COMPMID-415 - Fixed bug in CLDirectConvolutionKernel Change-Id: I95f5bc2237851ae91438809f373ccdd4bb8cd34e Reviewed-on: http://mpd-gerrit.cambridge.arm.com/87279 Tested-by: Kaizen Reviewed-by: Moritz Pflanzer Reviewed-by: Georgios Pinitas --- tests/validation_old/UNIT/TensorInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/validation_old/UNIT') diff --git a/tests/validation_old/UNIT/TensorInfo.cpp b/tests/validation_old/UNIT/TensorInfo.cpp index f2a3acfee0..488378ac1d 100644 --- a/tests/validation_old/UNIT/TensorInfo.cpp +++ b/tests/validation_old/UNIT/TensorInfo.cpp @@ -56,7 +56,7 @@ BOOST_DATA_TEST_CASE(AutoPadding, PaddingSize{ 4, 36, 4, 4 } }) ^ boost::unit_test::data::make({ Strides{}, - Strides{ 1U }, + Strides{ 1U, 50U }, Strides{ 1U, 50U }, Strides{ 1U, 50U, 900U }, Strides{ 1U, 50U, 900U, 9000U }, -- cgit v1.2.1