aboutsummaryrefslogtreecommitdiff
path: root/arm_compute
diff options
context:
space:
mode:
authorGian Marco Iodice <gianmarco.iodice@arm.com>2019-08-30 17:50:15 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2019-08-31 15:39:27 +0100
commitbf94516db968de2f4d839786afc84840ac495ea1 (patch)
treead1b4cdebb7c3844494db9c5314f8ad8de5425b7 /arm_compute
parent7243fc3c07230948f83a0929712f4aff0103d19c (diff)
downloadComputeLibrary-bf94516db968de2f4d839786afc84840ac495ea1.tar.gz
COMPMID-2640: Fix performance regression for Resnet101 Int8 on NEON
Change-Id: I32c8b67c5ce0918cc5603807bad80952ea2fd097 Signed-off-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Reviewed-on: https://review.mlplatform.org/c/1848 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'arm_compute')
-rw-r--r--arm_compute/core/NEON/kernels/NEPixelWiseMultiplicationKernel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/core/NEON/kernels/NEPixelWiseMultiplicationKernel.h b/arm_compute/core/NEON/kernels/NEPixelWiseMultiplicationKernel.h
index e2ea90a33f..a199a1188c 100644
--- a/arm_compute/core/NEON/kernels/NEPixelWiseMultiplicationKernel.h
+++ b/arm_compute/core/NEON/kernels/NEPixelWiseMultiplicationKernel.h
@@ -127,6 +127,7 @@ private:
ITensor *_output;
float _scale;
int _scale_exponent;
+ bool _run_optimized_qasymm8;
};
/** Interface for the complex pixelwise multiplication kernel. */