From 26c9d1a787bccbe0b6c6749b80e2f5030395bda6 Mon Sep 17 00:00:00 2001 From: Adnan AlSinan Date: Wed, 7 Sep 2022 13:54:53 +0100 Subject: Add test for NEGEMM to test a batched matrix multiplication with variable input tensors - Add a test for CPU to batched matrix multiplication with variable input tensors - Disable assembly kernel when using _reshape_b_only_on_first_run flag Resolves COMPMID-5501 Signed-off-by: Adnan AlSinan Change-Id: If96b182584617806a9dfe597dbfaf05241b123c2 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8234 Tested-by: Arm Jenkins Reviewed-by: Gian Marco Iodice Comments-Addressed: Arm Jenkins Benchmark: Arm Jenkins --- tests/datasets/SmallGEMMDataset.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tests/datasets') diff --git a/tests/datasets/SmallGEMMDataset.h b/tests/datasets/SmallGEMMDataset.h index 811064bb67..fabddb2ca0 100644 --- a/tests/datasets/SmallGEMMDataset.h +++ b/tests/datasets/SmallGEMMDataset.h @@ -51,15 +51,6 @@ public: } }; -class SmallBatchedGEMMDataset final : public GEMMDataset -{ -public: - SmallBatchedGEMMDataset() - { - add_config(TensorShape(2U, 4U, 1U, 3U), TensorShape(5U, 2U, 3U), TensorShape(5U), TensorShape(5U, 4U, 1U, 3U), 1.0f, 0.0f); - } -}; - class SmallGEMMOutput3DDataset final : public GEMMDataset { public: -- cgit v1.2.1