aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
authorPablo Marquez Tello <pablo.tello@arm.com>2023-08-30 15:20:15 +0100
committerPablo Marquez Tello <pablo.tello@arm.com>2023-09-01 10:00:32 +0000
commit324ba7a98aaa4375629ee023cce70ea9601efe10 (patch)
tree1dd3bd510c61c380f3d284e84dea9a4e8e2512d4 /filelist.json
parent2e6d659267d10d6f46f89aac91b52f6b7c211316 (diff)
downloadComputeLibrary-324ba7a98aaa4375629ee023cce70ea9601efe10.tar.gz
Pool3d 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 various templates that had to be moved from impl.cpp to impl.h * Removed src/cpu/kernels/pool3d/neon/impl.cpp * Partially resolves MLCE-1102 Change-Id: I71e6a54a27fd8f04ae2a67231709aad723b09fa3 Signed-off-by: Pablo Marquez Tello <pablo.tello@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10220 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 668feb92cf..8734c71cba 100644
--- a/filelist.json
+++ b/filelist.json
@@ -2016,7 +2016,6 @@
"src/runtime/NEON/functions/NEPooling3dLayer.cpp"
],
"neon": {
- "common": [ "src/cpu/kernels/pool3d/neon/impl.cpp" ],
"fp16": [ "src/cpu/kernels/pool3d/neon/fp16.cpp" ],
"fp32": [ "src/cpu/kernels/pool3d/neon/fp32.cpp" ],
"qasymm8": [ "src/cpu/kernels/pool3d/neon/qasymm8.cpp" ],