From c9cecc0e565e7b4978cecc92e03e6c93bb8d0cb9 Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Fri, 15 Oct 2021 10:23:24 +0100 Subject: Remove legacy GeMM kernels on OpenCL Resolves COMPMID-4446 Change-Id: I1d3c2391b67681f4d3af440826aa95b47a1288a6 Signed-off-by: Gian Marco Iodice Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6444 Reviewed-by: Giorgio Arena Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- utils/TypePrinter.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'utils') diff --git a/utils/TypePrinter.h b/utils/TypePrinter.h index 3e73b906db..220c3ac189 100644 --- a/utils/TypePrinter.h +++ b/utils/TypePrinter.h @@ -2360,14 +2360,6 @@ inline std::string to_string(CLGEMMKernelType val) { switch(val) { - case CLGEMMKernelType::NATIVE_V1: - { - return "Native_V1"; - } - case CLGEMMKernelType::RESHAPED_V1: - { - return "Reshaped_V1"; - } case CLGEMMKernelType::NATIVE: { return "Native"; -- cgit v1.2.1