From 79ffadebd8dff7eaecbcfa3a28106736f240f1c5 Mon Sep 17 00:00:00 2001 From: Pablo Tello Date: Fri, 4 May 2018 11:45:13 +0100 Subject: COMPMID-1112: Enabled multithreading transforms in Winograd. Updated RSH code as well. Change-Id: I9452ff5c7f0ff0cd60b8c223cdd71077288eb0c1 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/130177 Tested-by: Jenkins Reviewed-by: Georgios Pinitas Reviewed-by: Anthony Barbier --- tests/datasets/SmallConvolutionLayerDataset.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/datasets/SmallConvolutionLayerDataset.h') diff --git a/tests/datasets/SmallConvolutionLayerDataset.h b/tests/datasets/SmallConvolutionLayerDataset.h index 8e34f0ab1a..fed36de3dd 100644 --- a/tests/datasets/SmallConvolutionLayerDataset.h +++ b/tests/datasets/SmallConvolutionLayerDataset.h @@ -42,7 +42,8 @@ class SmallWinogradConvolutionLayer3x3Dataset final : public ConvolutionLayerDat public: SmallWinogradConvolutionLayer3x3Dataset() { - // Kernel size 3 + // Channel size big enough to force multithreaded execution of the input transform + add_config(TensorShape(8U, 8U, 32U), TensorShape(3U, 3U, 32U, 1U), TensorShape(1U), TensorShape(6U, 6U, 1U), PadStrideInfo(1, 1, 0, 0)); // Batch size 1 add_config(TensorShape(8U, 8U, 2U), TensorShape(3U, 3U, 2U, 1U), TensorShape(1U), TensorShape(6U, 6U, 1U), PadStrideInfo(1, 1, 0, 0)); // Batch size 4 -- cgit v1.2.1