From 3a62324f8f0a35c6f2c69cbc38cc1d52863c4ba8 Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Tue, 25 Jul 2017 10:25:53 +0100 Subject: COMPMID-455 - Optimizing CLIm2ColKernel Change-Id: Iee618948cc8f310ee9af2d786240e8120e4c6ab9 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/81665 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- src/core/CL/cl_kernels/helpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/CL/cl_kernels/helpers.h') diff --git a/src/core/CL/cl_kernels/helpers.h b/src/core/CL/cl_kernels/helpers.h index 41221127b7..59b81d7f06 100644 --- a/src/core/CL/cl_kernels/helpers.h +++ b/src/core/CL/cl_kernels/helpers.h @@ -245,7 +245,7 @@ __global inline uchar *offset(const Image *img, int x, int y) /** Get the pointer position of a Tensor3D * - * @param[in] tensor Pointer to the starting postion of the buffer + * @param[in] tensor Pointer to the starting position of the buffer * @param[in] x Relative X position * @param[in] y Relative Y position * @param[in] z Relative Z position -- cgit v1.2.1