From ea9bd8f99cf35986fc1ad13992bc1e3ae689c6d0 Mon Sep 17 00:00:00 2001 From: Pablo Marquez Tello Date: Mon, 4 Sep 2023 14:45:13 +0100 Subject: Changes to ElementwiseOp 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 * Partially resolves MLCE-1102 Change-Id: I5ecfc8f6c0d84f92d80bec2cde6e7338794b9788 Signed-off-by: Pablo Marquez Tello Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10240 Tested-by: Arm Jenkins Reviewed-by: Viet-Hoa Do Comments-Addressed: Arm Jenkins Benchmark: Arm Jenkins --- filelist.json | 1 - 1 file changed, 1 deletion(-) (limited to 'filelist.json') diff --git a/filelist.json b/filelist.json index a3f49d2bae..9a87e857ef 100644 --- a/filelist.json +++ b/filelist.json @@ -1445,7 +1445,6 @@ "src/runtime/NEON/functions/NEElementwiseUnaryLayer.cpp" ], "neon": { - "common":["src/cpu/kernels/elementwise_unary/generic/neon/impl.cpp"], "integer": ["src/cpu/kernels/elementwise_unary/generic/neon/integer.cpp"], "fp32": ["src/cpu/kernels/elementwise_unary/generic/neon/fp32.cpp"], "fp16": ["src/cpu/kernels/elementwise_unary/generic/neon/fp16.cpp"], -- cgit v1.2.1