aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
authorViet-Hoa Do <viet-hoa.do@arm.com>2023-11-13 17:20:45 +0000
committerViet-Hoa Do <viet-hoa.do@arm.com>2023-12-07 09:42:47 +0000
commit47370943471c98b5ed4c954b350b925d368a810e (patch)
treef5fd7d4c4a51b538874632607887b93d8ece3c07 /filelist.json
parent17e116e90e6b962a09c133c646b6ad7884e94693 (diff)
downloadComputeLibrary-47370943471c98b5ed4c954b350b925d368a810e.tar.gz
Optimize CPU depth-to-space
Resolves: COMPMID-6622 Signed-off-by: Viet-Hoa Do <viet-hoa.do@arm.com> Change-Id: Ibac276618bdda125dcbb9c851c547f12739b15b4 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10749 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Gunes Bayir <gunes.bayir@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Benchmark: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'filelist.json')
-rw-r--r--filelist.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/filelist.json b/filelist.json
index 60f4285a03..3fd48e669c 100644
--- a/filelist.json
+++ b/filelist.json
@@ -1217,7 +1217,9 @@
"files": {
"common": [
"src/core/NEON/kernels/NEDepthToSpaceLayerKernel.cpp",
- "src/runtime/NEON/functions/NEDepthToSpaceLayer.cpp"
+ "src/runtime/NEON/functions/NEDepthToSpaceLayer.cpp",
+ "src/cpu/kernels/depth_to_space/nhwc/any/impl.cpp",
+ "src/cpu/kernels/depth_to_space/nchw/any/impl.cpp"
]
}
},