From 7e589800682074b7b14b4803f934788a71800f66 Mon Sep 17 00:00:00 2001 From: Pablo Marquez Tello Date: Thu, 14 Sep 2023 09:41:37 +0100 Subject: Fuse batch normalization 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 fused_batch_normalization_dwc_nhwc() that had to be moved from impl.cpp to impl.h * Removed impl.cpp * Partially resolves MLCE-1102 Change-Id: Idaaa113c71729e32e565acf5fb5694c76c36d76d Signed-off-by: Pablo Marquez Tello Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10308 Benchmark: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Viet-Hoa Do Comments-Addressed: Arm Jenkins --- filelist.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'filelist.json') diff --git a/filelist.json b/filelist.json index d3cf984d8b..2a88aec37b 100644 --- a/filelist.json +++ b/filelist.json @@ -973,8 +973,7 @@ ], "neon": { "common": [ - "src/cpu/kernels/fuse_batch_normalization/nchw/all.cpp", - "src/cpu/kernels/fuse_batch_normalization/nhwc/neon/impl.cpp" + "src/cpu/kernels/fuse_batch_normalization/nchw/all.cpp" ], "fp16": [ "src/cpu/kernels/fuse_batch_normalization/generic/fp16.cpp", -- cgit v1.2.1