From 4d2365de0a63f5e8cabe161da2efe99221dcfa43 Mon Sep 17 00:00:00 2001 From: SiCong Li Date: Sun, 8 Nov 2020 22:11:01 +0000 Subject: COMPMID-3951 LargeGraph_FLOAT32_Rank4_25 CTS failures in Android Q in CL Fix 2 * Select between the 2 reshaped rhs only kernels at run time Signed-off-by: SiCong Li Change-Id: Iae6bcc5379d6d84b5538feccf255cbed43fe64c0 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4348 Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Georgios Pinitas --- arm_compute/runtime/CL/functions/CLGEMM.h | 1 - 1 file changed, 1 deletion(-) (limited to 'arm_compute') diff --git a/arm_compute/runtime/CL/functions/CLGEMM.h b/arm_compute/runtime/CL/functions/CLGEMM.h index 0b13e7dbbf..3d645bdbff 100644 --- a/arm_compute/runtime/CL/functions/CLGEMM.h +++ b/arm_compute/runtime/CL/functions/CLGEMM.h @@ -212,7 +212,6 @@ private: ICLTensor *_dst; bool _reshape_b_only_on_first_run; bool _is_prepared; - bool _has_pad_y; CLGEMMKernelType _gemm_kernel_type; }; } // namespace arm_compute -- cgit v1.2.1