From e9fd8b4f14f64aa23ec8554b619a4aa49d5e3183 Mon Sep 17 00:00:00 2001 From: Pablo Marquez Tello Date: Tue, 19 Sep 2023 14:24:31 +0100 Subject: L2Norm changes 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 l2_normalize_x() and l2_normalize_yz which had to be moved from impl.cpp to impl.h * Removed impl.cpp * Partially resolves MLCE-1102 Signed-off-by: Pablo Marquez Tello Change-Id: Id00a823730108293fc712295a178dad80588af30 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10344 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 e4627f8172..215b363255 100644 --- a/filelist.json +++ b/filelist.json @@ -1792,7 +1792,6 @@ "src/runtime/NEON/functions/NEL2NormalizeLayer.cpp" ], "neon":{ - "common":["src/cpu/kernels/l2normlayer/generic/neon/impl.cpp"], "fp32":["src/cpu/kernels/l2normlayer/generic/neon/fp32.cpp"], "fp16":["src/cpu/kernels/l2normlayer/generic/neon/fp16.cpp"] } -- cgit v1.2.1