From 2a51818b8249dd3e6bd9aaf75ef4ce56b9bd523d Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Mon, 13 Aug 2018 15:53:31 +0100 Subject: 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 Tested-by: Jenkins --- tests/datasets/ShapeDatasets.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/datasets/ShapeDatasets.h') 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 }, }) { } -- cgit v1.2.1