aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/fixtures/GEMMFixture.h
diff options
context:
space:
mode:
authorRamy Elgammal <ramelg01@e111855.cambridge.arm.com>2022-02-01 23:01:27 +0000
committerRamy Elgammal <ramy.elgammal@arm.com>2022-02-02 15:59:06 +0000
commit451c309179b784d19d333da31aec5a871c3ff2b6 (patch)
treefaf44c49a95851f0069d37c880df6ad8aa2f779f /tests/validation/fixtures/GEMMFixture.h
parent46d44d26183d835d209d7ef1b9023e217dd4019d (diff)
downloadComputeLibrary-451c309179b784d19d333da31aec5a871c3ff2b6.tar.gz
Revert "Rework gemm_mm_reshaped_only_rhs_ kernels with new macros"
This reverts commit 10e88a7351 "Rework gemm_mm_reshaped_only_rhs_ kernels with new macros" Resolves: COMPMID-5095 Signed-off-by: Ramy Elgammal<ramy.elgammal@arm.com> Change-Id: I46e167882f072e7508b6101d295accb6e089e740 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7045 Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/validation/fixtures/GEMMFixture.h')
-rw-r--r--tests/validation/fixtures/GEMMFixture.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/validation/fixtures/GEMMFixture.h b/tests/validation/fixtures/GEMMFixture.h
index 95dcd70104..8b748032fe 100644
--- a/tests/validation/fixtures/GEMMFixture.h
+++ b/tests/validation/fixtures/GEMMFixture.h
@@ -1551,7 +1551,6 @@ public:
const TensorShape bias_shape(n,
broadcast_bias ? 1 : m,
broadcast_bias ? 1 : batch_size);
-
auto post_ops_with_shapes = experimental::transform_post_op_list_arguments<PostOpArgBroadcast, TensorShape>(post_ops,
[ = ](auto broadcast)
{