aboutsummaryrefslogtreecommitdiff
path: root/compute_kernel_writer/validation/Validation.cpp
diff options
context:
space:
mode:
authorGunes Bayir <gunes.bayir@arm.com>2023-08-23 23:56:54 +0100
committerGunes Bayir <gunes.bayir@arm.com>2023-08-29 13:48:09 +0000
commit362e1e07b958e649af5aa459babe8b309cda45d7 (patch)
tree3940f71a7875d1dff3fcabb6e6065f6d2c15acce /compute_kernel_writer/validation/Validation.cpp
parent2d0c2f5700434a4b0c3345c71a3a45825a0e6766 (diff)
downloadComputeLibrary-362e1e07b958e649af5aa459babe8b309cda45d7.tar.gz
Fix load/store tests in CKW
The tests were disabled because some tests requires constants and constant tile declaration was not present. Partially Resolves: COMPMID-5791, COMPMID-6389 Signed-off-by: Gunes Bayir <gunes.bayir@arm.com> Change-Id: Icf8a901e9b552207bff1366955b88ec46d47bf04 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10211 Benchmark: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Viet-Hoa Do <viet-hoa.do@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'compute_kernel_writer/validation/Validation.cpp')
-rw-r--r--compute_kernel_writer/validation/Validation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compute_kernel_writer/validation/Validation.cpp b/compute_kernel_writer/validation/Validation.cpp
index 6425d25f2b..c8d0f6b45d 100644
--- a/compute_kernel_writer/validation/Validation.cpp
+++ b/compute_kernel_writer/validation/Validation.cpp
@@ -120,7 +120,7 @@ int32_t main()
tests.push_back(test22.get());
tests.push_back(test23.get());
tests.push_back(test24.get());
- CKW_UNUSED(test25); // CLKernelWriterOpLoadStoreTest test needs further changes.
+ tests.push_back(test25.get());
tests.push_back(test26.get());
tests.push_back(test27.get());
tests.push_back(test28.get());