From 088cc7ff4623b268275f38c1ffb6d373584335ed Mon Sep 17 00:00:00 2001 From: Pablo Tello Date: Thu, 7 Dec 2017 15:20:55 +0000 Subject: COMPMID: GEMMTranspose1xW tests. Change-Id: I62a7a1871b93fafc65eb58fa550bc86179bdffe7 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/112489 Tested-by: Jenkins Reviewed-by: Georgios Pinitas Reviewed-by: Gian Marco Iodice --- tests/CL/Helper.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/CL') diff --git a/tests/CL/Helper.h b/tests/CL/Helper.h index 78b6d0734d..3f19d61a7d 100644 --- a/tests/CL/Helper.h +++ b/tests/CL/Helper.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ARM Limited. + * Copyright (c) 2017, 2018 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -59,7 +59,6 @@ public: _border_handler.configure(first, BorderSize(bordersize), BorderMode::CONSTANT, PixelValue(0)); } }; - } // namespace test } // namespace arm_compute #endif /* __ARM_COMPUTE_TEST_CL_HELPER_H__ */ -- cgit v1.2.1