aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
authorRamy Elgammal <ramy.elgammal@arm.com>2024-05-14 15:21:07 +0100
committerPablo Marquez Tello <pablo.tello@arm.com>2024-05-14 18:35:14 +0000
commitb4b61a649deef5374fa070b79562ae83d7f64f23 (patch)
tree946ef0967cb3a5575f3e3a76eeaee4cd42b25bce /filelist.json
parent2217f1e60964fe586cae7ef996af7ef1c0bef2ab (diff)
downloadComputeLibrary-b4b61a649deef5374fa070b79562ae83d7f64f23.tar.gz
Rework CpuQuantizeKernel to enable FP16 in multi_isa builds
Resolves: COMPMID-7054 Signed-off-by: Ramy Elgammal <ramy.elgammal@arm.com> Change-Id: I68d125b81ad7f74b2594ccda8d6ec08beef1ebd7 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/11555 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Pablo Marquez Tello <pablo.tello@arm.com> Benchmark: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'filelist.json')
-rw-r--r--filelist.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/filelist.json b/filelist.json
index 5246f27f68..3ee53042f9 100644
--- a/filelist.json
+++ b/filelist.json
@@ -2093,8 +2093,14 @@
"common": [
"src/cpu/operators/CpuQuantize.cpp",
"src/cpu/kernels/CpuQuantizeKernel.cpp",
- "src/runtime/NEON/functions/NEQuantizationLayer.cpp"
- ]
+ "src/runtime/NEON/functions/NEQuantizationLayer.cpp",
+ "src/cpu/kernels/quantize/generic/neon/vquantize.cpp"
+ ],
+ "neon":{
+ "fp32":["src/cpu/kernels/quantize/generic/neon/fp32.cpp"],
+ "fp16":["src/cpu/kernels/quantize/generic/neon/fp16.cpp"],
+ "integer":["src/cpu/kernels/quantize/generic/neon/integer.cpp"]
+ }
}
},
"Range": {