From eb65f6da695ac0d3e495817145cceb1c4de4f048 Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Wed, 15 Apr 2020 11:42:15 +0100 Subject: COMPMID-3304: Update OpenCL GEMM heuristic for Int8 Change-Id: I6b7ff678d8d0437a1639db2ff602ea1cdb155464 Signed-off-by: Gian Marco Iodice Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3056 Tested-by: Arm Jenkins Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins --- arm_compute/core/CL/gemm/reshaped/CLGEMMReshapedKernelConfiguration.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arm_compute/core/CL/gemm/reshaped/CLGEMMReshapedKernelConfiguration.h') diff --git a/arm_compute/core/CL/gemm/reshaped/CLGEMMReshapedKernelConfiguration.h b/arm_compute/core/CL/gemm/reshaped/CLGEMMReshapedKernelConfiguration.h index e960d64964..10dc9aefdb 100644 --- a/arm_compute/core/CL/gemm/reshaped/CLGEMMReshapedKernelConfiguration.h +++ b/arm_compute/core/CL/gemm/reshaped/CLGEMMReshapedKernelConfiguration.h @@ -51,10 +51,8 @@ public: case GPUTarget::MIDGARD: case GPUTarget::BIFROST: return support::cpp14::make_unique(gpu); - break; case GPUTarget::VALHALL: return support::cpp14::make_unique(gpu); - break; default: ARM_COMPUTE_ERROR("Not supported GPU target"); } -- cgit v1.2.1