aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/cl_kernels/concatenate.cl
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/cl_kernels/concatenate.cl')
-rw-r--r--src/core/CL/cl_kernels/concatenate.cl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CL/cl_kernels/concatenate.cl b/src/core/CL/cl_kernels/concatenate.cl
index e365683958..5ccf746a4e 100644
--- a/src/core/CL/cl_kernels/concatenate.cl
+++ b/src/core/CL/cl_kernels/concatenate.cl
@@ -406,7 +406,7 @@ __kernel void concatenate_height(
* @param[in] dst_offset_first_element_in_bytes The offset of the first element in the destination tensor
* @param[in] offsets The offsets to the first valid element of the output tensor in bytes
*/
-__kernel void concatenate_depth(
+__kernel void concatenate(
TENSOR3D_DECLARATION(src),
TENSOR3D_DECLARATION(dst),
int offset)