aboutsummaryrefslogtreecommitdiff
path: root/src/dynamic_fusion/sketch/gpu/operators/GpuSigmoid.cpp
diff options
context:
space:
mode:
authorMatthew Bentham <Matthew.Bentham@arm.com>2023-07-06 13:13:59 +0000
committerMatthew Bentham <matthew.bentham@arm.com>2023-07-10 13:09:30 +0000
commit1d0620447883240776f2510942742b5abb712b19 (patch)
treecae93de525085e1a245796dbd9e648306e0ab97a /src/dynamic_fusion/sketch/gpu/operators/GpuSigmoid.cpp
parent97f83fac63bb8932a34542972f17f25d1a55976b (diff)
downloadComputeLibrary-1d0620447883240776f2510942742b5abb712b19.tar.gz
Do not include headers necessary for logging when logging is disabled
Speeds up compilation by 30% for some files when logging is disabled. Signed-off-by: Matthew Bentham <Matthew.Bentham@arm.com> Change-Id: Ia479bd50a80616a34e33ead13db8558f8dbaa1aa Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/VisualCompute/ComputeLibrary/+/534480 Tested-by: bsgcomp <bsgcomp@arm.com> Reviewed-by: Gunes Bayir <gunes.bayir@arm.com> Comments-Addressed: bsgcomp <bsgcomp@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9880 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: SiCong Li <sicong.li@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Benchmark: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/dynamic_fusion/sketch/gpu/operators/GpuSigmoid.cpp')
-rw-r--r--src/dynamic_fusion/sketch/gpu/operators/GpuSigmoid.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dynamic_fusion/sketch/gpu/operators/GpuSigmoid.cpp b/src/dynamic_fusion/sketch/gpu/operators/GpuSigmoid.cpp
index 87439c4e3d..95adfae70c 100644
--- a/src/dynamic_fusion/sketch/gpu/operators/GpuSigmoid.cpp
+++ b/src/dynamic_fusion/sketch/gpu/operators/GpuSigmoid.cpp
@@ -23,6 +23,7 @@
*/
#include "arm_compute/dynamic_fusion/sketch/gpu/operators/GpuSigmoid.h"
+#include "arm_compute/core/ActivationLayerInfo.h"
#include "arm_compute/core/experimental/Types.h"
#include "src/common/utils/Log.h"