aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/dynamic_fusion/gpu/cl/Sub.cpp
diff options
context:
space:
mode:
authorJakub Sujak <jakub.sujak@arm.com>2023-09-04 16:53:37 +0100
committerSiCong Li <sicong.li@arm.com>2023-09-06 09:54:13 +0000
commite57eea32c6fdd57e2dbc7e0b0b9b6411f8ce6741 (patch)
tree026e7ecccf75a42f94c5e208b19ceb1a3eb2b216 /tests/validation/dynamic_fusion/gpu/cl/Sub.cpp
parentc85edf1a5a3ad0e6906c0e90c18cc0080d71501d (diff)
downloadComputeLibrary-e57eea32c6fdd57e2dbc7e0b0b9b6411f8ce6741.tar.gz
Disable CKW ElementwiseBinary tests in Dynamic Fusion
- Disable CKW ElementwiseBinary tests A recent change to port DirectConv2d to CKW interface has broken the ElementwiseBinary tests. The fix requires reworking the implicit broadcasting of tensor shapes in CKW and will be delivered separately. - Remove some inapplicable pool2d tests after changing validate function input parameters. Related: COMPMID-6530 Change-Id: Iab87e73fb88ad7517f5ca275e5c873a781ecbc2c Signed-off-by: Jakub Sujak <jakub.sujak@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10242 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: SiCong Li <sicong.li@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/validation/dynamic_fusion/gpu/cl/Sub.cpp')
-rw-r--r--tests/validation/dynamic_fusion/gpu/cl/Sub.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/validation/dynamic_fusion/gpu/cl/Sub.cpp b/tests/validation/dynamic_fusion/gpu/cl/Sub.cpp
index 0bb05c2961..022c9b46a8 100644
--- a/tests/validation/dynamic_fusion/gpu/cl/Sub.cpp
+++ b/tests/validation/dynamic_fusion/gpu/cl/Sub.cpp
@@ -22,6 +22,9 @@
* SOFTWARE.
*/
+// TODO: Fix testing of CKW Elementwise Binary (COMPMID-6530)
+#ifndef ACL_INTERNAL_TEST_CKW_IN_DF
+
#include "arm_compute/dynamic_fusion/sketch/gpu/GpuWorkloadSketch.h"
#include "arm_compute/dynamic_fusion/sketch/gpu/operators/GpuSub.h"
@@ -257,3 +260,4 @@ TEST_SUITE_END() // CL
} // namespace validation
} // namespace test
} // namespace arm_compute
+#endif // ACL_INTERNAL_TEST_CKW_IN_DF