aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
authorGian Marco Iodice <gianmarco.iodice@arm.com>2021-04-16 15:08:59 +0100
committerGian Marco Iodice <gianmarco.iodice@arm.com>2021-06-24 11:16:30 +0000
commit561c176598cd14245e2e7918fdf136d1c888d1da (patch)
tree82adfff6de30292dabbbcc7ced4ae35cac3d45cf /filelist.json
parent31c7c26822270f1c4952c8973aa8bfb38e0a7c68 (diff)
downloadComputeLibrary-561c176598cd14245e2e7918fdf136d1c888d1da.tar.gz
Rework OpenCL Depthwise Convolution
- Remove dedicated kernels for NCHW. Now we only use NHWC with permute - Remove specialized kernels for 3x3 NHWC - Simplify CLDepthwiseConvolutionLayer.cpp to call just the native implementation for both floating-point and quantized data types - Develop two parametric opencl kernels for depthwise convolution layer NHWC (floating-point and quantized) - Add support to export the weights to cl_image - Extend test for depthwise convolution on opencl Resolves COMPMID-4417 Change-Id: I253dd5d959a70783c82e62b1771a5e9f91621cb0 Signed-off-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5806 Tested-by: Arm Jenkins <bsgcomp@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Giorgio Arena <giorgio.arena@arm.com>
Diffstat (limited to 'filelist.json')
-rw-r--r--filelist.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/filelist.json b/filelist.json
index 0e17944e1d..1eef446609 100644
--- a/filelist.json
+++ b/filelist.json
@@ -371,20 +371,6 @@
]
}
},
- "DepthwiseConvolutionLayer3x3NCHW": {
- "files": {
- "kernel": [
- "src/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NCHWKernel.cpp"
- ]
- }
- },
- "DepthwiseConvolutionLayer3x3NHWC": {
- "files": {
- "kernel": [
- "src/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NHWCKernel.cpp"
- ]
- }
- },
"DepthwiseConvolutionLayerNative": {
"files": {
"kernel": [