aboutsummaryrefslogtreecommitdiff
path: root/src/core/cpu/kernels/activation/SVE/qasymm8.cpp
diff options
context:
space:
mode:
authorSheri Zhang <sheri.zhang@arm.com>2021-01-05 12:48:45 +0000
committerSheri Zhang <sheri.zhang@arm.com>2021-01-12 10:28:18 +0000
commit23adc4cf40936ffe6c0e126ac83c8085b946bde4 (patch)
treee598561df8e997d617336acd1f35322dc68146c5 /src/core/cpu/kernels/activation/SVE/qasymm8.cpp
parentb14a0f0c1c72a2365c42f7bd1ff698f8fb94c070 (diff)
downloadComputeLibrary-23adc4cf40936ffe6c0e126ac83c8085b946bde4.tar.gz
Add SVE support and decouple data type for NEScaleKernel
- Decouple data type for NEON NHWC implementation, supported data types are: fp32, fp16, u8, s16, qasymm8, qasymm8_signed. - Add SVE support for NHWC and all six data types showed above. Resolves: COMPMID-3873 Change-Id: I097de119f4667b28b025a78cadf7185afa5f15f0 Signed-off-by: Sheri Zhang <sheri.zhang@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4766 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Pablo Marquez Tello <pablo.tello@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/core/cpu/kernels/activation/SVE/qasymm8.cpp')
-rw-r--r--src/core/cpu/kernels/activation/SVE/qasymm8.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/cpu/kernels/activation/SVE/qasymm8.cpp b/src/core/cpu/kernels/activation/SVE/qasymm8.cpp
index 9eea3ace9e..3d9476ac56 100644
--- a/src/core/cpu/kernels/activation/SVE/qasymm8.cpp
+++ b/src/core/cpu/kernels/activation/SVE/qasymm8.cpp
@@ -26,7 +26,6 @@
#include "arm_compute/core/Window.h"
#include "src/core/common/Validate.h"
-#include <arm_neon.h>
#include <cmath>
#include <cstddef>