From e059f4f1bf6160d3819342124533d17cc32b9799 Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Thu, 15 Nov 2018 15:21:17 +0000 Subject: COMPMID-1787: Change the heuristic selection in CLGEMMLowpMatrixMultiplyCore Change-Id: Ia8d4e46ce5d9bb366af15726bc208dc14583c6ae --- src/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.cpp') diff --git a/src/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.cpp b/src/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.cpp index f2efb3249b..2d4d231f5f 100644 --- a/src/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.cpp +++ b/src/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.cpp @@ -43,8 +43,7 @@ inline bool is_interleaved_transposed(int m, int n, int k, bool reshape_b_only_o if(gpu_target_is_in(gpu_target, GPUTarget::G71, GPUTarget::G72, - GPUTarget::G51, GPUTarget::G51BIG, GPUTarget::G51LIT, - GPUTarget::G52, GPUTarget::G52LIT)) + GPUTarget::G51, GPUTarget::G51BIG, GPUTarget::G51LIT)) { // COMPMID-852 if(k > 256 && m > 4 && reshape_b_only_on_first_run) -- cgit v1.2.1