aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
Diffstat (limited to 'filelist.json')
-rw-r--r--filelist.json12
1 files changed, 9 insertions, 3 deletions
diff --git a/filelist.json b/filelist.json
index 6a788400b5..2c28c052b9 100644
--- a/filelist.json
+++ b/filelist.json
@@ -284,7 +284,6 @@
"files": {
"common": [
"src/gpu/cl/kernels/ClDirectConv2dKernel.cpp",
- "src/gpu/cl/kernels/ClDirectConv3dKernel.cpp",
"src/gpu/cl/kernels/ClWinogradFilterTransformKernel.cpp",
"src/gpu/cl/kernels/ClWinogradInputTransformKernel.cpp",
"src/gpu/cl/kernels/ClWinogradOutputTransformKernel.cpp",
@@ -292,12 +291,10 @@
"src/gpu/cl/kernels/ClCol2ImKernel.cpp",
"src/gpu/cl/operators/ClConv2d.cpp",
"src/gpu/cl/operators/ClDirectConv2d.cpp",
- "src/gpu/cl/operators/ClDirectConv3d.cpp",
"src/gpu/cl/operators/ClGemmConv2d.cpp",
"src/gpu/cl/operators/ClWinogradConv2d.cpp",
"src/gpu/cl/kernels/ClWeightsReshapeKernel.cpp",
"src/runtime/CL/functions/CLConvolutionLayer.cpp",
- "src/runtime/CL/functions/CLConv3D.cpp",
"src/runtime/CL/functions/CLDirectConvolutionLayer.cpp",
"src/runtime/CL/functions/CLFFTConvolutionLayer.cpp",
"src/runtime/CL/functions/CLGEMMConvolutionLayer.cpp",
@@ -305,6 +302,15 @@
]
}
},
+ "Conv3d": {
+ "files": {
+ "common": [
+ "src/gpu/cl/kernels/ClDirectConv3dKernel.cpp",
+ "src/gpu/cl/operators/ClDirectConv3d.cpp",
+ "src/runtime/CL/functions/CLConv3D.cpp"
+ ]
+ }
+ },
"Copy": {
"files": {
"common": [