aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
authorYair Schwarzbaum <yair.schwarzbaum@arm.com>2022-01-10 15:11:07 +0200
committerYair Schwarzbaum <yair.schwarzbaum@arm.com>2022-02-17 12:24:52 +0000
commit5e99318e4378b1f151fc85cd241adf7b222a088c (patch)
tree4215bc827cff3a66d76920f04fcccf06add3c176 /filelist.json
parent65bd97c16c2847a53ce36e72d6e3d2e315dfc59c (diff)
downloadComputeLibrary-5e99318e4378b1f151fc85cd241adf7b222a088c.tar.gz
Decouple NEL2NormalizeLayerKernel
Resolves: COMPMID-4615 Signed-off-by: Yair Schwarzbaum <yair.schwarzbaum@arm.com> Change-Id: Iadbfb3e45831a5072962b5b9f61e8ae2e674ccc4 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7016 Reviewed-by: Giorgio Arena <giorgio.arena@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'filelist.json')
-rw-r--r--filelist.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/filelist.json b/filelist.json
index 88d98ae76e..6e28635411 100644
--- a/filelist.json
+++ b/filelist.json
@@ -1578,7 +1578,12 @@
"common": [
"src/core/NEON/kernels/NEL2NormalizeLayerKernel.cpp",
"src/runtime/NEON/functions/NEL2NormalizeLayer.cpp"
- ]
+ ],
+ "neon":{
+ "common":["src/cpu/kernels/l2normlayer/generic/neon/impl.cpp"],
+ "fp32":["src/cpu/kernels/l2normlayer/generic/neon/fp32.cpp"],
+ "fp16":["src/cpu/kernels/l2normlayer/generic/neon/fp16.cpp"]
+ }
}
},
"Logical": {