aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/cl_kernels/convolution9x9.cl
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/cl_kernels/convolution9x9.cl')
-rw-r--r--src/core/CL/cl_kernels/convolution9x9.cl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/CL/cl_kernels/convolution9x9.cl b/src/core/CL/cl_kernels/convolution9x9.cl
index d8b07cafac..f537326a31 100644
--- a/src/core/CL/cl_kernels/convolution9x9.cl
+++ b/src/core/CL/cl_kernels/convolution9x9.cl
@@ -25,15 +25,15 @@
#ifndef DATA_TYPE
#define DATA_TYPE short
-#endif
+#endif /* DATA_TYPE */
#ifndef COMPUTE_TYPE
#define COMPUTE_TYPE int
-#endif
+#endif /* COMPUTE_TYPE */
#ifndef DATA_TYPE_OUT
#define DATA_TYPE_OUT uchar
-#endif
+#endif /* DATA_TYPE_OUT */
/** Compute a 1D horizontal convolution of size 9 for 8 bytes assuming the input is made of 1 channel of 1 byte (i.e 8 pixels).
*