aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorManuel Bottini <manuel.bottini@arm.com>2021-04-15 17:44:55 +0100
committerManuel Bottini <manuel.bottini@arm.com>2021-04-16 16:34:00 +0000
commit9a81cd82a8102ee0bd69bfe4939d5c867aed15e9 (patch)
tree1844c9e1da5d76ade1188ba1db8279c35b36bae4 /tests
parentd05f67f825fc2b4f65b95a1d81476b03c095e266 (diff)
downloadComputeLibrary-9a81cd82a8102ee0bd69bfe4939d5c867aed15e9.tar.gz
Fix bug on Implicit Padding for NEON FFT2D
Include paddings in address computation for input and output Resolves: COMPMID-4362 Change-Id: I1b34cf47e3b80b98d55fc8fbdeecbfd850d33197 Signed-off-by: Manuel Bottini <manuel.bottini@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5439 Tested-by: Arm Jenkins <bsgcomp@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/validation/fixtures/FFTFixture.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/validation/fixtures/FFTFixture.h b/tests/validation/fixtures/FFTFixture.h
index 3a75135718..fc6b9df8de 100644
--- a/tests/validation/fixtures/FFTFixture.h
+++ b/tests/validation/fixtures/FFTFixture.h
@@ -91,8 +91,7 @@ protected:
ARM_COMPUTE_EXPECT(src.info()->is_resizable(), framework::LogLevel::ERRORS);
ARM_COMPUTE_EXPECT(dst.info()->is_resizable(), framework::LogLevel::ERRORS);
- // TODO: uncomment after COMPMID-4362
- // add_padding_x({ &src, &dst });
+ add_padding_x({ &src, &dst });
// Allocate tensors
src.allocator()->allocate();