From 5b2191ed680fa90b90df13f23d7cc252adc4e382 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 22 Feb 2018 12:56:51 +0000 Subject: COMPMID-765: Fix incorrect comma position in DepthwiseConv cl kernel. Change-Id: Ica047a92d3ab199ffc65a512b9ba10e865639dfe Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/121806 Reviewed-by: Les Bell Reviewed-by: Michalis Spyrou Tested-by: Jenkins --- src/core/CL/cl_kernels/depthwise_convolution_quantized.cl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/CL/cl_kernels/depthwise_convolution_quantized.cl') diff --git a/src/core/CL/cl_kernels/depthwise_convolution_quantized.cl b/src/core/CL/cl_kernels/depthwise_convolution_quantized.cl index b2527a4c7d..40538a156d 100644 --- a/src/core/CL/cl_kernels/depthwise_convolution_quantized.cl +++ b/src/core/CL/cl_kernels/depthwise_convolution_quantized.cl @@ -97,8 +97,9 @@ __kernel void depthwise_convolution_3x3_quantized( TENSOR3D_DECLARATION(src), TENSOR3D_DECLARATION(dst), - TENSOR3D_DECLARATION(weights), + TENSOR3D_DECLARATION(weights) #if defined(HAS_BIAS) + , VECTOR_DECLARATION(biases) #endif //defined(HAS_BIAS) ) -- cgit v1.2.1