From 47ae441b320c0a9f79f8e6036a0b12a1bf68f9ca Mon Sep 17 00:00:00 2001 From: Manuel Bottini Date: Mon, 5 Oct 2020 10:37:02 +0100 Subject: COMPMID-3816: Nightly failure: neon_scale example and benchmark Change-Id: I225b3f9b170959ad8c8a462cb42668671b1577e9 Signed-off-by: Manuel Bottini Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4080 Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- tests/benchmark/fixtures/ScaleFixture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/benchmark/fixtures/ScaleFixture.h') diff --git a/tests/benchmark/fixtures/ScaleFixture.h b/tests/benchmark/fixtures/ScaleFixture.h index 1fea66fbe2..953872ea64 100644 --- a/tests/benchmark/fixtures/ScaleFixture.h +++ b/tests/benchmark/fixtures/ScaleFixture.h @@ -75,7 +75,7 @@ public: dst = create_tensor(shape_scaled, data_type); // Create and configure function - scale_func.configure(&src, &dst, ScaleKernelInfo{ policy, border_mode, constant_border_value, sampling_policy }); + scale_func.configure(&src, &dst, ScaleKernelInfo{ policy, border_mode, constant_border_value, sampling_policy, false }); // Allocate tensors src.allocator()->allocate(); -- cgit v1.2.1