From b84f9d34dbb857ad6113c0c89ad109498fa75fe5 Mon Sep 17 00:00:00 2001 From: Manuel Bottini Date: Thu, 1 Oct 2020 10:20:01 +0100 Subject: COMPMID-3801: Nightly failure - validation CL ArithmeticDivision build error Change-Id: I72fed68cebe4073fe436b9f6372e762507aed89e Signed-off-by: Manuel Bottini Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4064 Tested-by: Arm Jenkins Reviewed-by: Michalis Spyrou Comments-Addressed: Arm Jenkins --- tests/validation/CL/ArithmeticDivision.cpp | 1 - tests/validation/CL/ArithmeticSubtraction.cpp | 1 - 2 files changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/validation/CL/ArithmeticDivision.cpp b/tests/validation/CL/ArithmeticDivision.cpp index 0676964348..b927a8c892 100644 --- a/tests/validation/CL/ArithmeticDivision.cpp +++ b/tests/validation/CL/ArithmeticDivision.cpp @@ -46,7 +46,6 @@ namespace RelativeTolerance tolerance_fp32(0.000001f); RelativeTolerance tolerance_fp16(0.001f); -constexpr unsigned int num_elems_processed_per_iteration = 16; /** Input data sets **/ const auto ArithmeticDivisionFP16Dataset = combine(combine(framework::dataset::make("DataType", DataType::F16), framework::dataset::make("DataType", DataType::F16)), framework::dataset::make("DataType", DataType::F16)); diff --git a/tests/validation/CL/ArithmeticSubtraction.cpp b/tests/validation/CL/ArithmeticSubtraction.cpp index 6be5962d52..f66671b78b 100644 --- a/tests/validation/CL/ArithmeticSubtraction.cpp +++ b/tests/validation/CL/ArithmeticSubtraction.cpp @@ -43,7 +43,6 @@ namespace validation { namespace { -constexpr unsigned int num_elems_processed_per_iteration = 16; /** Input data sets **/ const auto ArithmeticSubtractionU8Dataset = combine(combine(framework::dataset::make("DataType", DataType::U8), framework::dataset::make("DataType", DataType::U8)), framework::dataset::make("DataType", -- cgit v1.2.1