From 87706692252b0746e882a9dd34ae64dc60acd767 Mon Sep 17 00:00:00 2001 From: Pablo Marquez Tello Date: Tue, 29 Aug 2023 14:27:48 +0100 Subject: Changes in roi_align 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 roi_align() so it had to be moved from impl.cpp to impl.h * Removed the file src/cpu/kernels/roialign/generic/neon/impl.cpp * Partially resolves MLCE-1102 Change-Id: If78371479042725723cea6f6c65aac76d68a1c1d Signed-off-by: Pablo Marquez Tello Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10213 Benchmark: Arm Jenkins Reviewed-by: Viet-Hoa Do Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- filelist.json | 1 - 1 file changed, 1 deletion(-) (limited to 'filelist.json') diff --git a/filelist.json b/filelist.json index 4c110f720b..2b7793bd57 100644 --- a/filelist.json +++ b/filelist.json @@ -2118,7 +2118,6 @@ "src/runtime/NEON/functions/NEROIAlignLayer.cpp" ], "neon":{ - "common":["src/cpu/kernels/roialign/generic/neon/impl.cpp"], "fp32":["src/cpu/kernels/roialign/generic/neon/fp32.cpp"], "fp16":["src/cpu/kernels/roialign/generic/neon/fp16.cpp"], "qasymm8":["src/cpu/kernels/roialign/generic/neon/qasymm8.cpp"], -- cgit v1.2.1