From 8a5146fb5cc17d101e3b6c86654f5aca81e60335 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 12 Jan 2021 15:51:07 +0000 Subject: Introduce Context opaque object of the new interface An AclContext is introduced as part of the new interface. This object is responsible for any constructural services that the operators and other objects might need. Main options that can be passed to a context object are: - a target: for which all the subsequent object should bind with - capabilities: which are the isa/target features to enable - a mode: for which different strategies can be selected in the backend Signed-off-by: Georgios Pinitas Change-Id: I315549e55d4d064cbe94dfa29d070dc281b447de Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5088 Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins --- src/core/NEON/kernels/scale/impl/SVE/fp16.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/NEON/kernels/scale/impl/SVE/fp16.cpp') diff --git a/src/core/NEON/kernels/scale/impl/SVE/fp16.cpp b/src/core/NEON/kernels/scale/impl/SVE/fp16.cpp index 91c3dc3b4e..99f08dbdf9 100644 --- a/src/core/NEON/kernels/scale/impl/SVE/fp16.cpp +++ b/src/core/NEON/kernels/scale/impl/SVE/fp16.cpp @@ -26,7 +26,6 @@ #include "arm_compute/core/Window.h" #include "src/core/NEON/NEMath.h" #include "src/core/NEON/wrapper/wrapper.h" -#include "src/core/common/Validate.h" #include "src/core/helpers/ScaleHelpers.h" #include "src/core/utils/ScaleUtils.h" #include "support/Rounding.h" -- cgit v1.2.1