aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
authorPablo Marquez Tello <pablo.tello@arm.com>2023-09-22 14:36:03 +0100
committerPablo Marquez Tello <pablo.tello@arm.com>2023-09-26 09:19:38 +0000
commit6b6ba9e443b700f9da1671d8ed2ea0c35750d806 (patch)
tree56efa680653175ca0668f98913c85f58512b38ad /filelist.json
parent8562a4ec48fc49fbacac9783530443b60955f5a4 (diff)
downloadComputeLibrary-6b6ba9e443b700f9da1671d8ed2ea0c35750d806.tar.gz
Maxunpooling 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 max_unpooling() which had to be moved from impl.cpp to impl.h * Partially resolves MLCE-1102 Change-Id: Iabf9a9ba9d2441032f931f33aad97acc3e332575 Signed-off-by: Pablo Marquez Tello <pablo.tello@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10362 Benchmark: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Jakub Sujak <jakub.sujak@arm.com>
Diffstat (limited to 'filelist.json')
-rw-r--r--filelist.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/filelist.json b/filelist.json
index 215b363255..b74e2e25f1 100644
--- a/filelist.json
+++ b/filelist.json
@@ -1855,8 +1855,7 @@
"fp32":["src/cpu/kernels/maxunpool/generic/neon/fp32.cpp"],
"fp16":["src/cpu/kernels/maxunpool/generic/neon/fp16.cpp"],
"qasymm8":["src/cpu/kernels/maxunpool/generic/neon/qasymm8.cpp"],
- "qasymm8_signed":[ "src/cpu/kernels/maxunpool/generic/neon/qasymm8_signed.cpp"],
- "common":["src/cpu/kernels/maxunpool/generic/neon/impl.cpp"]
+ "qasymm8_signed":[ "src/cpu/kernels/maxunpool/generic/neon/qasymm8_signed.cpp"]
}
}
},