aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
authorPablo Marquez Tello <pablo.tello@arm.com>2023-09-08 14:56:01 +0100
committerPablo Marquez Tello <pablo.tello@arm.com>2023-09-13 09:02:51 +0000
commitcf219a4be6e9e9637193b5c9aa4f1eedd0a23900 (patch)
treed0f82767492d8f24bdf6a2641576210e48a37cd7 /filelist.json
parent3912f47b5849c2c7c4e68ff922869decf22fe303 (diff)
downloadComputeLibrary-cf219a4be6e9e9637193b5c9aa4f1eedd0a23900.tar.gz
Changes in NECropResize 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 in_bounds_crop_window so it had to be moved from impl.cpp to impl.h * Removed the file src/cpu/kernels/crop/generic/neon/impl.cpp * Partially resolves MLCE-1102 Change-Id: I1953849153e672ff7938f54c877c7498117dcca4 Signed-off-by: Pablo Marquez Tello <pablo.tello@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10282 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 9a87e857ef..393ce933b6 100644
--- a/filelist.json
+++ b/filelist.json
@@ -1178,7 +1178,6 @@
"src/runtime/NEON/functions/NECropResize.cpp"
],
"neon": {
- "common": [ "src/cpu/kernels/crop/generic/neon/impl.cpp" ],
"fp32": [ "src/cpu/kernels/crop/generic/neon/fp32.cpp" ],
"fp16": [ "src/cpu/kernels/crop/generic/neon/fp16.cpp" ],
"integer": [ "src/cpu/kernels/crop/generic/neon/integer.cpp" ]