aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CL/FastCorners.cpp
diff options
context:
space:
mode:
authorManuel Bottini <manuel.bottini@arm.com>2020-10-02 10:58:25 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2020-10-02 13:23:01 +0000
commit9aa05a67b58b65603fd52d76690a17a155e89030 (patch)
tree172a97cddfdd219e254400b0d5a51ab5d2fadf05 /tests/validation/CL/FastCorners.cpp
parentc229e8cadf0d7d088f17f02619eb4dd8af94244f (diff)
downloadComputeLibrary-9aa05a67b58b65603fd52d76690a17a155e89030.tar.gz
COMPMID-3814: Nightly failure - validation build fails for FastCorners, ElementwiseMax, ElementwiseMin, ElementwiseSquaredDiff
Change-Id: I3833de3be6c6d573c68d3fee0cf0f42bad260817 Signed-off-by: Manuel Bottini <manuel.bottini@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4072 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michalis Spyrou <michalis.spyrou@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/validation/CL/FastCorners.cpp')
-rw-r--r--tests/validation/CL/FastCorners.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/validation/CL/FastCorners.cpp b/tests/validation/CL/FastCorners.cpp
index 63d32fb964..a7b29839b5 100644
--- a/tests/validation/CL/FastCorners.cpp
+++ b/tests/validation/CL/FastCorners.cpp
@@ -44,8 +44,6 @@ namespace validation
{
namespace
{
-/* Radius of the Bresenham circle around the candidate point */
-const unsigned int bresenham_radius = 3;
/* Tolerance used to compare corner strengths */
const AbsoluteTolerance<float> tolerance(0.5f);
} // namespace