From c084f0d4d2ee94bedc31b5e04c2936c91cecf883 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Mon, 11 Jun 2018 17:43:31 +0100 Subject: COMPMID-1269: (Nightly) Fix CL/Winograd/OutputTransform mismatches Check if the depth is multiple of tile size for NHWC if not write to dummy padding. Change-Id: Ie854dcbc75aa94bd1686f7769a009dd2654fdfed Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/135055 Reviewed-by: Pablo Tello Tested-by: Jenkins Reviewed-by: Anthony Barbier --- tests/validation/CL/Winograd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/validation/CL/Winograd.cpp') diff --git a/tests/validation/CL/Winograd.cpp b/tests/validation/CL/Winograd.cpp index 17dd58ffdc..4565c2d59d 100644 --- a/tests/validation/CL/Winograd.cpp +++ b/tests/validation/CL/Winograd.cpp @@ -297,7 +297,7 @@ DATA_TEST_CASE(Configuration, framework::DatasetMode::ALL, combine(framework::da // Create tensors CLTensor a = create_tensor(shape_a, data_type); - CLTensor b = create_tensor(shape_b, data_type); + CLTensor b = create_tensor(shape_b, data_type, 1, 0, QuantizationInfo(), winograd_info.output_data_layout); ARM_COMPUTE_EXPECT(a.info()->is_resizable(), framework::LogLevel::ERRORS); ARM_COMPUTE_EXPECT(b.info()->is_resizable(), framework::LogLevel::ERRORS); -- cgit v1.2.1