aboutsummaryrefslogtreecommitdiff
path: root/src/core/gpu/cl/kernels/ClCol2ImKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gpu/cl/kernels/ClCol2ImKernel.h')
-rw-r--r--src/core/gpu/cl/kernels/ClCol2ImKernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/gpu/cl/kernels/ClCol2ImKernel.h b/src/core/gpu/cl/kernels/ClCol2ImKernel.h
index 42d0a96075..74a9027628 100644
--- a/src/core/gpu/cl/kernels/ClCol2ImKernel.h
+++ b/src/core/gpu/cl/kernels/ClCol2ImKernel.h
@@ -37,7 +37,7 @@ namespace kernels
{
/** Interface for the col2im reshaping kernel.
*
- * Rearranges each matrix column into image blocks. It's the inverse operation of @ref CLIm2ColKernel.
+ * Rearranges each matrix column into image blocks. It's the inverse operation of @ref opencl::kernels::ClIm2ColKernel.
*
* For example, a vector of 9 elements can be reshaped to a block(image) of 3x3:
*