aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
authorPablo Marquez Tello <pablo.tello@arm.com>2023-09-19 14:24:31 +0100
committerPablo Marquez Tello <pablo.tello@arm.com>2023-09-21 10:20:37 +0000
commite9fd8b4f14f64aa23ec8554b619a4aa49d5e3183 (patch)
tree9d36d56dfc125397aafc780d71ca23934545e394 /filelist.json
parentf57d6ec5ff4305d2e388730f6dad004908e6e97a (diff)
downloadComputeLibrary-e9fd8b4f14f64aa23ec8554b619a4aa49d5e3183.tar.gz
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 <pablo.tello@arm.com> Change-Id: Id00a823730108293fc712295a178dad80588af30 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10344 Benchmark: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Viet-Hoa Do <viet-hoa.do@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'filelist.json')
-rw-r--r--filelist.json1
1 files changed, 0 insertions, 1 deletions
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"]
}