aboutsummaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'SConscript')
-rw-r--r--SConscript5
1 files changed, 1 insertions, 4 deletions
diff --git a/SConscript b/SConscript
index a8995aca92..7e901019cb 100644
--- a/SConscript
+++ b/SConscript
@@ -353,10 +353,7 @@ if env['opencl'] and env['embed_kernels']:
'src/core/CL/cl_kernels/nchw/batchnormalization_layer.cl',
'src/core/CL/cl_kernels/nchw/channel_shuffle.cl',
'src/core/CL/cl_kernels/nchw/depth_to_space.cl',
- 'src/core/CL/cl_kernels/nchw/direct_convolution_quantized.cl',
- 'src/core/CL/cl_kernels/nchw/direct_convolution1x1.cl',
- 'src/core/CL/cl_kernels/nchw/direct_convolution3x3.cl',
- 'src/core/CL/cl_kernels/nchw/direct_convolution5x5.cl',
+ 'src/core/CL/cl_kernels/nchw/direct_convolution.cl',
'src/core/CL/cl_kernels/nchw/dequantization_layer.cl',
'src/core/CL/cl_kernels/nchw/im2col.cl',
'src/core/CL/cl_kernels/nchw/normalization_layer.cl',