From 9aa05a67b58b65603fd52d76690a17a155e89030 Mon Sep 17 00:00:00 2001 From: Manuel Bottini Date: Fri, 2 Oct 2020 10:58:25 +0100 Subject: COMPMID-3814: Nightly failure - validation build fails for FastCorners, ElementwiseMax, ElementwiseMin, ElementwiseSquaredDiff Change-Id: I3833de3be6c6d573c68d3fee0cf0f42bad260817 Signed-off-by: Manuel Bottini Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4072 Tested-by: Arm Jenkins Reviewed-by: Michalis Spyrou Comments-Addressed: Arm Jenkins --- tests/validation/CL/ElementwiseSquaredDiff.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/validation/CL/ElementwiseSquaredDiff.cpp') diff --git a/tests/validation/CL/ElementwiseSquaredDiff.cpp b/tests/validation/CL/ElementwiseSquaredDiff.cpp index 1a6513e446..bdae81f1f6 100644 --- a/tests/validation/CL/ElementwiseSquaredDiff.cpp +++ b/tests/validation/CL/ElementwiseSquaredDiff.cpp @@ -47,7 +47,6 @@ RelativeTolerance tolerance_fp32(0.000001f); RelativeTolerance tolerance_fp16(0.001f); AbsoluteTolerance tolerance_qsymm16(1); -constexpr unsigned int num_elems_processed_per_iteration = 16; /** Input data sets **/ const auto ElementwiseSquaredDiffU8Dataset = combine(combine(framework::dataset::make("DataType", DataType::U8), framework::dataset::make("DataType", DataType::U8)), framework::dataset::make("DataType", -- cgit v1.2.1