From cf219a4be6e9e9637193b5c9aa4f1eedd0a23900 Mon Sep 17 00:00:00 2001 From: Pablo Marquez Tello Date: Fri, 8 Sep 2023 14:56:01 +0100 Subject: Changes in NECropResize to enable fp16 in armv8a multi_isa builds * Code guarded with __ARM_FEATURE_FP16_VECTOR_ARITHMETIC needs to be moved to an fp16.cpp file to allow compilation with -march=armv8.2-a+fp16 * fp16.cpp needs to use the template in_bounds_crop_window so it had to be moved from impl.cpp to impl.h * Removed the file src/cpu/kernels/crop/generic/neon/impl.cpp * Partially resolves MLCE-1102 Change-Id: I1953849153e672ff7938f54c877c7498117dcca4 Signed-off-by: Pablo Marquez Tello Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10282 Benchmark: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Viet-Hoa Do Comments-Addressed: Arm Jenkins --- filelist.json | 1 - 1 file changed, 1 deletion(-) (limited to 'filelist.json') diff --git a/filelist.json b/filelist.json index 9a87e857ef..393ce933b6 100644 --- a/filelist.json +++ b/filelist.json @@ -1178,7 +1178,6 @@ "src/runtime/NEON/functions/NECropResize.cpp" ], "neon": { - "common": [ "src/cpu/kernels/crop/generic/neon/impl.cpp" ], "fp32": [ "src/cpu/kernels/crop/generic/neon/fp32.cpp" ], "fp16": [ "src/cpu/kernels/crop/generic/neon/fp16.cpp" ], "integer": [ "src/cpu/kernels/crop/generic/neon/integer.cpp" ] -- cgit v1.2.1