From 90d15b985dbefd730941cbc79997baa0089dc4f3 Mon Sep 17 00:00:00 2001 From: David Svantesson Date: Thu, 8 Jun 2023 10:05:59 +0000 Subject: Bazel and CMake optional fp16 support Resolves ONCPUML-1274 Signed-off-by: David Svantesson Change-Id: I1d189596cfce5be87a18c8065d683700b3c9960f Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9745 Tested-by: Arm Jenkins Reviewed-by: SiCong Li Comments-Addressed: Arm Jenkins Benchmark: Arm Jenkins --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0b7a0108fd..c847a62e2a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -105,7 +105,7 @@ target_sources( target_sources( arm_compute_sve PRIVATE - core/NEON/kernels/arm_conv/depthwise/interleaves/sve_s8q_3x3_dot.cpp + core/NEON/kernels/arm_conv/depthwise/interleaves/sve_s8q_3x3_dot.cpp core/NEON/kernels/arm_conv/depthwise/interleaves/sve_u8q_3x3_dot.cpp core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_direct.cpp core/NEON/kernels/arm_conv/depthwise/kernels/sme2_fp16_nhwc_3x3_s1_output2x2_mla_depthfirst/generic_indirect.cpp @@ -345,7 +345,7 @@ target_sources( ) target_sources( - arm_compute_core + arm_compute PRIVATE c/AclContext.cpp c/AclOperator.cpp -- cgit v1.2.1