aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
authorPablo Marquez Tello <pablo.tello@arm.com>2023-08-29 14:27:48 +0100
committerPablo Marquez Tello <pablo.tello@arm.com>2023-08-30 12:29:38 +0000
commit87706692252b0746e882a9dd34ae64dc60acd767 (patch)
treea34c51188313cbfb602db15af8943504036e2c55 /filelist.json
parent98901e44d15864cb0c7ccd5febb60491569915f0 (diff)
downloadComputeLibrary-87706692252b0746e882a9dd34ae64dc60acd767.tar.gz
Changes in roi_align 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 roi_align() so it had to be moved from impl.cpp to impl.h * Removed the file src/cpu/kernels/roialign/generic/neon/impl.cpp * Partially resolves MLCE-1102 Change-Id: If78371479042725723cea6f6c65aac76d68a1c1d Signed-off-by: Pablo Marquez Tello <pablo.tello@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10213 Benchmark: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Viet-Hoa Do <viet-hoa.do@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: 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 4c110f720b..2b7793bd57 100644
--- a/filelist.json
+++ b/filelist.json
@@ -2118,7 +2118,6 @@
"src/runtime/NEON/functions/NEROIAlignLayer.cpp"
],
"neon":{
- "common":["src/cpu/kernels/roialign/generic/neon/impl.cpp"],
"fp32":["src/cpu/kernels/roialign/generic/neon/fp32.cpp"],
"fp16":["src/cpu/kernels/roialign/generic/neon/fp16.cpp"],
"qasymm8":["src/cpu/kernels/roialign/generic/neon/qasymm8.cpp"],