From 9145e38edf49fa4862008c163c34590141eecb14 Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Thu, 17 Aug 2023 18:44:58 +0100 Subject: IVGCVSW-7505 Create FusedLayer and NeonFusedWorkload for AddMulAdd Neon kernel Signed-off-by: Teresa Charlin Change-Id: Ic778d35b001474b44fb1e433a6fe276e4ec9f565 --- src/backends/cl/ClLayerSupport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backends/cl') diff --git a/src/backends/cl/ClLayerSupport.cpp b/src/backends/cl/ClLayerSupport.cpp index 60dab0538a..1acaba0384 100644 --- a/src/backends/cl/ClLayerSupport.cpp +++ b/src/backends/cl/ClLayerSupport.cpp @@ -682,7 +682,7 @@ bool ClLayerSupport::IsLayerSupported(const LayerType& type, default: // layers not supported in cl by default: // debug, detectionpostprocess, fakequantization, - // precompiled, standin, switch, pooling3d + // precompiled, standin, switch, pooling3d, fused return false; } } -- cgit v1.2.1