aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets/ShapeDatasets.h
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2018-08-13 15:53:31 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:54:54 +0000
commit2a51818b8249dd3e6bd9aaf75ef4ce56b9bd523d (patch)
tree39d8d836da8c15c958696d49b45ffcc45028c53d /tests/datasets/ShapeDatasets.h
parentc3b2e07552eb8a56f8c5e319b9890a6bb0360202 (diff)
downloadComputeLibrary-2a51818b8249dd3e6bd9aaf75ef4ce56b9bd523d.tar.gz
COMPMID-1500: (Nightly) CLIm2ColGrouped std::bad_alloc and crashes
Decrease large sizes as it leads to std::bad_alloc for some shapes Change-Id: I274ceb65411c0ddef87f11135d7fdddfc89c7651 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/143877 Reviewed-by: Michele DiGiorgio <michele.digiorgio@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/datasets/ShapeDatasets.h')
-rw-r--r--tests/datasets/ShapeDatasets.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/datasets/ShapeDatasets.h b/tests/datasets/ShapeDatasets.h
index a1ca983186..57bb9d01b0 100644
--- a/tests/datasets/ShapeDatasets.h
+++ b/tests/datasets/ShapeDatasets.h
@@ -660,9 +660,8 @@ public:
GroupedIm2ColLargeShapes()
: ShapeDataset("Shape",
{
- TensorShape{ 1921U, 1083U, 12U },
- TensorShape{ 641U, 485U, 24U, 3U },
- TensorShape{ 799U, 595U, 12U, 4U },
+ TensorShape{ 153U, 231U, 12U },
+ TensorShape{ 123U, 191U, 12U, 2U },
})
{
}