From 314d3e2c691734ff942c9a1aca1120b826a267d9 Mon Sep 17 00:00:00 2001 From: Matthew Bentham Date: Fri, 23 Jun 2023 10:53:52 +0000 Subject: Break up core/Utils.h to reduce unused code being included everywhere Makes a small difference to compile times and opens up other opportunities to simplify code. Change-Id: I232876910bbe4fa9719f4a0ce4a54c090faeb5ef Signed-off-by: Matthew Bentham Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/VisualCompute/ComputeLibrary/+/532429 Tested-by: bsgcomp Reviewed-by: Pablo Tello Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9856 Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Viet-Hoa Do Benchmark: Arm Jenkins --- src/CMakeLists.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 085624cec0..20379dd5f4 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -637,8 +637,14 @@ target_sources( core/Version.cpp core/helpers/SoftmaxHelpers.cpp core/helpers/WindowHelpers.cpp + core/utils/ActivationFunctionUtils.cpp core/utils/AssemblyUtils.cpp + core/utils/DataLayoutUtils.cpp + core/utils/DataTypeUtils.cpp + core/utils/FormatUtils.cpp + core/utils/InterpolationPolicyUtils.cpp core/utils/ScaleUtils.cpp + core/utils/StringUtils.cpp core/utils/helpers/fft.cpp core/utils/helpers/tensor_transform.cpp core/utils/io/FileHandler.cpp @@ -975,4 +981,4 @@ target_sources( runtime/Tensor.cpp runtime/TensorAllocator.cpp runtime/Utils.cpp -) \ No newline at end of file +) -- cgit v1.2.1