From d307f06591f674f1b1f53f96b31404e4da754b3b Mon Sep 17 00:00:00 2001 From: Vidhya Sudhan Loganathan Date: Thu, 4 Oct 2018 09:21:15 +0100 Subject: COMPMID-1559 : (Nightly) CLWinograd FP16 SIGABORT and mismatches Current implementation of winograd fp16 is not accurate enough for large runs. disabling its use and reopening ticket(COMPMID-1266) to fix it. The sigbus error that was originally reported against COMPMID-1559 is being tracked as COMPMID-1606 Change-Id: I45129aa366d5710402bc54b623c5fbfb865b3cd5 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/151543 Tested-by: bsgcomp Reviewed-by: Isabella Gottardi --- tests/validation/CL/Winograd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/validation/CL/Winograd.cpp b/tests/validation/CL/Winograd.cpp index 3762e397ac..930f7aa8ce 100644 --- a/tests/validation/CL/Winograd.cpp +++ b/tests/validation/CL/Winograd.cpp @@ -834,7 +834,7 @@ FIXTURE_DATA_TEST_CASE(RunLarge, CLWinogradConvolutionLayerFastMathFixture, fram TEST_SUITE_END() // Conv1x5 TEST_SUITE_END() // FP32 - +#ifdef WINOGRAD_F16_SUPPORT //to be reintroduced after COMPMID-1266 is resolved TEST_SUITE(FP16) using CLWinogradConvolutionLayerFastMathFixture16 = WinogradConvolutionLayerFastMathValidationFixture; @@ -977,7 +977,7 @@ FIXTURE_DATA_TEST_CASE(RunLarge, CLWinogradConvolutionLayerFastMathFixture16, fr TEST_SUITE_END() // Conv1x5 TEST_SUITE_END() // FP16 - +#endif /*#ifdef WINOGRAD_F16_SUPPORT*/ TEST_SUITE_END() // ConvolutionLayer TEST_SUITE_END() // Winograd TEST_SUITE_END() // CL -- cgit v1.2.1