aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/TypePrinter.h8
1 files changed, 0 insertions, 8 deletions
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";