aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
authorPablo Marquez Tello <pablo.tello@arm.com>2023-09-04 14:45:13 +0100
committerPablo Marquez Tello <pablo.tello@arm.com>2023-09-06 14:18:58 +0000
commitea9bd8f99cf35986fc1ad13992bc1e3ae689c6d0 (patch)
tree79ea6d209e0ef6f903f8f020b1c9b3b7a32bef8f /filelist.json
parente57eea32c6fdd57e2dbc7e0b0b9b6411f8ce6741 (diff)
downloadComputeLibrary-ea9bd8f99cf35986fc1ad13992bc1e3ae689c6d0.tar.gz
Changes to ElementwiseOp 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 * Partially resolves MLCE-1102 Change-Id: I5ecfc8f6c0d84f92d80bec2cde6e7338794b9788 Signed-off-by: Pablo Marquez Tello <pablo.tello@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10240 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Viet-Hoa Do <viet-hoa.do@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Benchmark: 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 a3f49d2bae..9a87e857ef 100644
--- a/filelist.json
+++ b/filelist.json
@@ -1445,7 +1445,6 @@
"src/runtime/NEON/functions/NEElementwiseUnaryLayer.cpp"
],
"neon": {
- "common":["src/cpu/kernels/elementwise_unary/generic/neon/impl.cpp"],
"integer": ["src/cpu/kernels/elementwise_unary/generic/neon/integer.cpp"],
"fp32": ["src/cpu/kernels/elementwise_unary/generic/neon/fp32.cpp"],
"fp16": ["src/cpu/kernels/elementwise_unary/generic/neon/fp16.cpp"],