aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/dynamic_fusion/gpu/Integration.cpp
diff options
context:
space:
mode:
authorSiCong Li <sicong.li@arm.com>2022-11-04 10:11:32 +0000
committerSiCong Li <sicong.li@arm.com>2022-11-04 13:47:35 +0000
commita2b131bf4680f83b10a7e3544b6183279d8c2691 (patch)
treea39f36d4e330ac5c0ff36feffc809224d159854f /tests/validation/dynamic_fusion/gpu/Integration.cpp
parentd7c5d7d3635e43658123a0a5b2c1b77c81b9c26d (diff)
downloadComputeLibrary-a2b131bf4680f83b10a7e3544b6183279d8c2691.tar.gz
Fix compiler warnings in dynamic fusion
Resolves: COMPMID-5686 Change-Id: I608c359583c44f2f04f29faddd1c6b38a381de60 Signed-off-by: SiCong Li <sicong.li@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8562 Benchmark: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Jakub Sujak <jakub.sujak@arm.com> Reviewed-by: Gunes Bayir <gunes.bayir@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/validation/dynamic_fusion/gpu/Integration.cpp')
-rw-r--r--tests/validation/dynamic_fusion/gpu/Integration.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/validation/dynamic_fusion/gpu/Integration.cpp b/tests/validation/dynamic_fusion/gpu/Integration.cpp
index 87720a629d..6ee2e20d35 100644
--- a/tests/validation/dynamic_fusion/gpu/Integration.cpp
+++ b/tests/validation/dynamic_fusion/gpu/Integration.cpp
@@ -155,7 +155,6 @@ TEST_CASE(Multiple_Complex_Ops_0, framework::DatasetMode::ALL)
const auto data_layout = DataLayout::NHWC;
const auto t_input_shape = TensorShape(384, 12, 12);
const auto t_weight_shape = TensorShape(384, 1, 1, 16);
- const auto t_dst_shape = TensorShape(16, 12, 12);
auto t_input_info = TensorInfo(t_input_shape, 1, data_type, data_layout);
auto t_weight_info = TensorInfo(t_weight_shape, 1, data_type, data_layout);
auto t_dst_info = TensorInfo();