From 1dce3101ef8d77c8cf0af7dfd4af6595a0136b91 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Tue, 22 Oct 2019 10:29:03 +0100 Subject: COMPMID-2452: Fix CLDepthwiseConvolutionLayerNativeKernel Change-Id: I284e4f4200a4b688bfd908e417b00973b547abda Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/2140 Tested-by: Arm Jenkins Reviewed-by: Giorgio Arena --- 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 10872d460a..94373b74e7 100644 --- a/src/core/CL/cl_kernels/depthwise_convolution_quantized.cl +++ b/src/core/CL/cl_kernels/depthwise_convolution_quantized.cl @@ -1434,8 +1434,9 @@ __kernel void dwc_3x3_reshaped_qasymm8_dot8_stride1_nhwc( __kernel void dwc_MxN_native_quantized8_nhwc( TENSOR4D_DECLARATION(src), TENSOR4D_DECLARATION(dst), - TENSOR3D_DECLARATION(weights), + TENSOR3D_DECLARATION(weights) #if defined(HAS_BIAS) + , VECTOR_DECLARATION(biases) #endif // defined(HAS_BIAS) ) -- cgit v1.2.1