From d4a5bc5b87d970c196c6ea2a6b8bc2119005e0ca Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 12 Aug 2021 07:42:51 +0100 Subject: Ensure correct transformed matrices are used in CpuGemmConvolution Resolves: COMPMID-4763 Signed-off-by: Georgios Pinitas Change-Id: Iae2e093cfb7d2c7172603897afe1c6a2e5d1caa3 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/VisualCompute/ComputeLibrary/+/349725 Tested-by: bsgcomp Reviewed-by: Pablo Tello Comments-Addressed: bsgcomp Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6101 Tested-by: Arm Jenkins Reviewed-by: Pablo Marquez Tello --- src/runtime/cpu/operators/CpuGemmConvolution.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/runtime/cpu/operators/CpuGemmConvolution.h') diff --git a/src/runtime/cpu/operators/CpuGemmConvolution.h b/src/runtime/cpu/operators/CpuGemmConvolution.h index 578586e7d1..7755bbe2a2 100644 --- a/src/runtime/cpu/operators/CpuGemmConvolution.h +++ b/src/runtime/cpu/operators/CpuGemmConvolution.h @@ -174,7 +174,6 @@ private: Im2ColOutput = 9, WeightsReshaped, GemmOutput, - GemmOutput3d, Count }; -- cgit v1.2.1